#36755F

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

Shades of Viridian #36755F

Tints of Viridian #36755F

Color information

#36755F (or 0x36755F) is unknown color: approx Viridian. HEX triplet: 36, 75 and 5F. RGB value is (54,117,95). Sum of RGB (Red+Green+Blue) = 54+117+95=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #36755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36755F is #C98AA0. Grayscale: #5F5F5F. Windows color (decimal): -13208225 or 6255926. OLE color: 6255926.

HSL color Cylindrical-coordinate representation of color #36755F: hue angle of 159.05º 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 #36755F is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB5411795-
CMYK0.5400.190.54
HSL159.05º36.84%33.53%-
HSV(B)159.05º53.85%45.88%-
XYZ9.9514.3313.07-
YUV95.66127.6398.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=20.30%
G=43.98%
B=35.71%

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
Decimal54117950.5400.190.54159.0536.8433.53
Hex36755F36013369f2522
Octal6616513766023662374542
Binary1101101110101101111111011001001111011010011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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