Html Css Color HEX #434A16 Verdun Green

📋 copy color: '#434A16'

red 67 ◦ green 74 ◦ blue 22

#434A16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #434A16

Tints of Verdun Green #434A16

RGB

 RED value IS 67 (26.56% from 255) = 41.1%

 GREEN value IS 74 (29.3% from 255) = 45.4%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 41.1%
G = 45.4%
B = 13.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#434A16 (or 0x434A16) is known color: Verdun Green. HEX triplet: 43, 4A and 16. RGB value is (67,74,22). Sum of RGB (Red+Green+Blue) = 67+74+22=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #434A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434A16 is #BCB5E9. Grayscale: #424242. Windows color (decimal): -12367338 or 1460803. OLE color: 1460803.

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

Color convert

RGB 67 74 22 -
CMYK 0.09 0 0.70 0.71
HSL 68.08º 0.54% 0.19% -
HSV(B) 68.08º 0.7% 0.29% -
XYZ 4.91 6.15 1.69 -
YUV 65.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 67 74 22 0.09 0 0.70 0.71 68.08 0.54 0.19
Hex 43 4A 16 9 0 46 47 44 36 13
Octal 103 112 26 11 0 106 107 104 66 23
Binary 1000011 1001010 10110 1001 0 1000110 1000111 1000100 110110 10011

Color Harmonies of #434A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A16

Black with #434A16

Text Example


Text Example

White with #434A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #434A16;
 }
 .AnyTagClassName
 {
   color: #434A16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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