#36826C

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

Shades of Viridian #36826C

Tints of Viridian #36826C

Color information

#36826C (or 0x36826C) is unknown color: approx Viridian. HEX triplet: 36, 82 and 6C. RGB value is (54,130,108). Sum of RGB (Red+Green+Blue) = 54+130+108=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #36826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36826C is #C97D93. Grayscale: #686868. Windows color (decimal): -13204884 or 7111222. OLE color: 7111222.

HSL color Cylindrical-coordinate representation of color #36826C: hue angle of 162.63º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36826C is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB54130108-
CMYK0.5800.170.49
HSL162.63º41.3%36.08%-
HSV(B)162.63º58.46%50.98%-
XYZ12.2117.8316.99-
YUV104.77129.8291.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=18.49%
G=44.52%
B=36.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301080.5800.170.49162.6341.336.08
Hex36826C3A01131a32924
Octal6620215472021612435144
Binary11011010000010110110011101001000111000110100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36826C; }

 p { color: rgb(54,130,108); }

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

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

 a { background-color: rgb(54,130,108); }

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

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

 span { border-color: rgb(54,130,108); }

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