#434B16

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

Shades of Verdun Green #434B16

Tints of Verdun Green #434B16

Color information

#434B16 (or 0x434B16) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 16. RGB value is (67,75,22). Sum of RGB (Red+Green+Blue) = 67+75+22=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #434B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B16 is #BCB4E9. Grayscale: #424242. Windows color (decimal): -12367082 or 1461059. OLE color: 1461059.

HSL color Cylindrical-coordinate representation of color #434B16: hue angle of 69.06º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #434B16 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB677522-
CMYK0.1100.710.71
HSL69.06º54.64%19.02%-
HSV(B)69.06º70.67%29.41%-
XYZ4.986.281.71-
YUV66.57102.85128.31-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=40.85%
G=45.73%
B=13.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775220.1100.710.7169.0654.6419.02
Hex434B16B04747453713
Octal103113261301071071056723
Binary10000111001011101101011010001111000111100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,75,22); }

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

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

 a { background-color: rgb(67,75,22); }

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

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

 span { border-color: rgb(67,75,22); }

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