#368976

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

Shades of Viridian #368976

Tints of Viridian #368976

Color information

#368976 (or 0x368976) is unknown color: approx Viridian. HEX triplet: 36, 89 and 76. RGB value is (54,137,118). Sum of RGB (Red+Green+Blue) = 54+137+118=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #368976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368976 is #C97689. Grayscale: #6E6E6E. Windows color (decimal): -13203082 or 7768374. OLE color: 7768374.

HSL color Cylindrical-coordinate representation of color #368976: hue angle of 166.27º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368976 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB54137118-
CMYK0.6100.140.46
HSL166.27º43.46%37.45%-
HSV(B)166.27º60.58%53.73%-
XYZ13.7419.9820.27-
YUV110.02132.588.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.48%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=17.48%
G=44.34%
B=38.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal541371180.6100.140.46166.2743.4637.45
Hex3689763D0E2Ea62b25
Octal6621116675016562465345
Binary1101101000100111101101111010111010111010100110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368976; }

 p { color: rgb(54,137,118); }

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

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

 a { background-color: rgb(54,137,118); }

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

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

 span { border-color: rgb(54,137,118); }

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