#435F52

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

Shades of Viridian Green #435F52

Tints of Viridian Green #435F52

Color information

#435F52 (or 0x435F52) is unknown color: approx Viridian Green. HEX triplet: 43, 5F and 52. RGB value is (67,95,82). Sum of RGB (Red+Green+Blue) = 67+95+82=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 95 - color contains mainly: green. Hex color #435F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F52 is #BCA0AD. Grayscale: #555555. Windows color (decimal): -12361902 or 5398339. OLE color: 5398339.

HSL color Cylindrical-coordinate representation of color #435F52: hue angle of 152.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F52 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB679582-
CMYK0.2900.140.63
HSL152.14º17.28%31.76%-
HSV(B)152.14º29.47%37.25%-
XYZ7.939.999.49-
YUV85.15126.22115.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=27.46%
G=38.93%
B=33.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6795820.2900.140.63152.1417.2831.76
Hex435F521D0E3F981120
Octal10313712235016772302140
Binary10000111011111101001011101011101111111001100010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435F52; }

 p { color: rgb(67,95,82); }

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

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

 a { background-color: rgb(67,95,82); }

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

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

 span { border-color: rgb(67,95,82); }

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