Html Css Color HEX #434A14 Verdun Green

📋 copy color: '#434A14'

red 67 ◦ green 74 ◦ blue 20

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

Shades of Verdun Green #434A14

Tints of Verdun Green #434A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 41.61%
G = 45.96%
B = 12.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#434A14 (or 0x434A14) is known color: 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

RGB 67 74 20 -
CMYK 0.09 0 0.73 0.71
HSL 67.78º 0.57% 0.18% -
HSV(B) 67.78º 0.73% 0.29% -
XYZ 4.89 6.14 1.59 -
YUV 65.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 67 74 20 0.09 0 0.73 0.71 67.78 0.57 0.18
Hex 43 4A 14 9 0 49 47 44 39 12
Octal 103 112 24 11 0 111 107 104 71 22
Binary 1000011 1001010 10100 1001 0 1001001 1000111 1000100 111001 10010

Color Harmonies of #434A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A14

Black with #434A14

Text Example


Text Example

White with #434A14

Text Example


Text Example

HTML Codes & Css Web 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>