#434B14

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

Shades of Verdun Green #434B14

Tints of Verdun Green #434B14

Color information

#434B14 (or 0x434B14) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 14. RGB value is (67,75,20). Sum of RGB (Red+Green+Blue) = 67+75+20=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 75 (29.69% from 255 or 46.30% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 75 - color contains mainly: green. Hex color #434B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B14 is #BCB4EB. Grayscale: #424242. Windows color (decimal): -12367084 or 1329987. OLE color: 1329987.

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

Color convert

RGB677520-
CMYK0.1100.730.71
HSL68.73º57.89%18.63%-
HSV(B)68.73º73.33%29.41%-
XYZ4.966.281.61-
YUV66.34101.85128.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 75 (29.69% from 255) = 46.30%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=41.36%
G=46.30%
B=12.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775200.1100.730.7168.7357.8918.63
Hex434B14B04947453a13
Octal103113241301111071057223
Binary10000111001011101001011010010011000111100010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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