#36765F

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

Shades of Viridian #36765F

Tints of Viridian #36765F

Color information

#36765F (or 0x36765F) is unknown color: approx Viridian. HEX triplet: 36, 76 and 5F. RGB value is (54,118,95). Sum of RGB (Red+Green+Blue) = 54+118+95=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #36765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36765F is #C989A0. Grayscale: #606060. Windows color (decimal): -13207969 or 6256182. OLE color: 6256182.

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

Color convert

RGB5411895-
CMYK0.5400.190.54
HSL158.44º37.21%33.73%-
HSV(B)158.44º54.24%46.27%-
XYZ10.0714.5713.11-
YUV96.24127.397.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=20.22%
G=44.19%
B=35.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118950.5400.190.54158.4437.2133.73
Hex36765F36013369e2522
Octal6616613766023662364542
Binary1101101110110101111111011001001111011010011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36765F; }

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

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

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

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

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

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

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

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