#435508

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

Shades of Verdun Green #435508

Tints of Verdun Green #435508

Color information

#435508 (or 0x435508) is unknown color: approx Verdun Green. HEX triplet: 43, 55 and 08. RGB value is (67,85,8). Sum of RGB (Red+Green+Blue) = 67+85+8=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #435508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #435508 is #BCAAF7. Grayscale: #474747. Windows color (decimal): -12364536 or 546115. OLE color: 546115.

HSL color Cylindrical-coordinate representation of color #435508: hue angle of 74.03º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #435508 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB67858-
CMYK0.2100.910.67
HSL74.03º82.8%18.24%-
HSV(B)74.03º90.59%33.33%-
XYZ5.617.711.42-
YUV70.8492.54125.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 8 (3.52% from 255) = 5%
R=41.88%
G=53.12%
B=5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal678580.2100.910.6774.0382.818.24
Hex435581505B434a5312
Octal1031251025013310311212322
Binary100001110101011000101010101101110000111001010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435508; }

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

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

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

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

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

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

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

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