#435208

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

Shades of Verdun Green #435208

Tints of Verdun Green #435208

Color information

#435208 (or 0x435208) is unknown color: approx Verdun Green. HEX triplet: 43, 52 and 08. RGB value is (67,82,8). Sum of RGB (Red+Green+Blue) = 67+82+8=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #435208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435208 is #BCADF7. Grayscale: #454545. Windows color (decimal): -12365304 or 545347. OLE color: 545347.

HSL color Cylindrical-coordinate representation of color #435208: hue angle of 72.16º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #435208 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB67828-
CMYK0.1800.900.68
HSL72.16º82.22%17.65%-
HSV(B)72.16º90.24%32.16%-
XYZ5.387.251.34-
YUV69.0893.53126.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.68%
GREEN value IS 82 (32.42% from 255) = 52.23%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=42.68%
G=52.23%
B=5.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal678280.1800.900.6872.1682.2217.65
Hex435281205A44485212
Octal1031221022013210411012222
Binary100001110100101000100100101101010001001001000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435208; }

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

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

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

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

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

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

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

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