#318C74

Color #318C74 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #318C74

Tints of Viridian #318C74

Color information

#318C74 (or 0x318C74) is unknown color: approx Viridian. HEX triplet: 31, 8C and 74. RGB value is (49,140,116). Sum of RGB (Red+Green+Blue) = 49+140+116=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #318C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C74 is #CE738B. Grayscale: #6E6E6E. Windows color (decimal): -13529996 or 7638065. OLE color: 7638065.

HSL color Cylindrical-coordinate representation of color #318C74: hue angle of 164.18º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C74 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB49140116-
CMYK0.6500.170.45
HSL164.18º48.15%37.06%-
HSV(B)164.18º65%54.9%-
XYZ13.820.6719.79-
YUV110.06131.3584.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=16.07%
G=45.90%
B=38.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491401160.6500.170.45164.1848.1537.06
Hex318C74410112Da43025
Octal61214164101021552446045
Binary110001100011001110100100000101000110110110100100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318C74; }

 p { color: rgb(49,140,116); }

 H1.HeaderClassName
 {
   color: #318C74;
 }
 .AnyTagClassName
 {
   color: #318C74;
 }
</style>
background-color css

<style>
 a { background-color: #318C74; }

 a { background-color: rgb(49,140,116); }

 div.DivClassName
 {
   background-color: #318C74;
 }
 .BgClassName
 {
   background-color: #318C74;
 }
</style>
border-color css

<style>
 span { border-color: #318C74; }

 span { border-color: rgb(49,140,116); }

 td.TdClassName
 {
   border-color: #318C74;
 }
 .TagClassName
 {
   border-color: #318C74;
 }
</style>