Html Css Color HEX #434514 Verdun Green

📋 copy color: '#434514'

red 67 ◦ green 69 ◦ blue 20

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

Shades of Verdun Green #434514

Tints of Verdun Green #434514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 42.95%
G = 44.23%
B = 12.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#434514 (or 0x434514) is known color: Verdun Green. HEX triplet: 43, 45 and 14. RGB value is (67,69,20). Sum of RGB (Red+Green+Blue) = 67+69+20=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #434514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434514 is #BCBAEB. Grayscale: #3F3F3F. Windows color (decimal): -12368620 or 1328451. OLE color: 1328451.

HSL color Cylindrical-coordinate representation of color #434514: hue angle of 62.45º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #434514 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 69 20 -
CMYK 0.03 0 0.71 0.73
HSL 62.45º 0.55% 0.17% -
HSV(B) 62.45º 0.71% 0.27% -
XYZ 4.57 5.5 1.48 -
YUV 62.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 67 69 20 0.03 0 0.71 0.73 62.45 0.55 0.17
Hex 43 45 14 3 0 47 49 3E 37 11
Octal 103 105 24 3 0 107 111 76 67 21
Binary 1000011 1000101 10100 11 0 1000111 1001001 111110 110111 10001

Color Harmonies of #434514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434514

Black with #434514

Text Example


Text Example

White with #434514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434514; }

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

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

background-color css

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

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

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

border-color css

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

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

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