#434A14

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

Shades of Verdun Green #434A14

Tints of Verdun Green #434A14

Color information

#434A14 (or 0x434A14) is unknown color: approx Verdun Green. HEX triplet: 43, 4A and 14. RGB value is (67,74,20). Sum of RGB (Red+Green+Blue) = 67+74+20=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #434A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A14 is #BCB5EB. Grayscale: #414141. Windows color (decimal): -12367340 or 1329731. OLE color: 1329731.

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

Color convert

RGB677420-
CMYK0.0900.730.71
HSL67.78º57.45%18.43%-
HSV(B)67.78º72.97%29.02%-
XYZ4.896.141.59-
YUV65.75102.18128.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=41.61%
G=45.96%
B=12.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6774200.0900.730.7167.7857.4518.43
Hex434A14904947443912
Octal103112241101111071047122
Binary10000111001010101001001010010011000111100010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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