#434D11

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

Shades of Verdun Green #434D11

Tints of Verdun Green #434D11

Color information

#434D11 (or 0x434D11) is unknown color: approx Verdun Green. HEX triplet: 43, 4D and 11. RGB value is (67,77,17). Sum of RGB (Red+Green+Blue) = 67+77+17=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #434D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #434D11 is #BCB2EE. Grayscale: #434343. Windows color (decimal): -12366575 or 1133891. OLE color: 1133891.

HSL color Cylindrical-coordinate representation of color #434D11: hue angle of 70º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #434D11 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB677717-
CMYK0.1300.780.70
HSL70º63.83%18.43%-
HSV(B)70º77.92%30.2%-
XYZ5.076.541.53-
YUV67.1799.69127.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=41.61%
G=47.83%
B=10.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777170.1300.780.707063.8318.43
Hex434D11D04E46464012
Octal1031152115011610610610022
Binary100001110011011000111010100111010001101000110100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D11; }

 p { color: rgb(67,77,17); }

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

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

 a { background-color: rgb(67,77,17); }

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

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

 span { border-color: rgb(67,77,17); }

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