Html Css Color HEX #434814 Verdun Green

📋 copy color: '#434814'

red 67 ◦ green 72 ◦ blue 20

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

Shades of Verdun Green #434814

Tints of Verdun Green #434814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

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

R = 42.14%
G = 45.28%
B = 12.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#434814 (or 0x434814) is known color: Verdun Green. HEX triplet: 43, 48 and 14. RGB value is (67,72,20). Sum of RGB (Red+Green+Blue) = 67+72+20=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #434814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434814 is #BCB7EB. Grayscale: #404040. Windows color (decimal): -12367852 or 1329219. OLE color: 1329219.

HSL color Cylindrical-coordinate representation of color #434814: hue angle of 65.77º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #434814 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 72 20 -
CMYK 0.07 0 0.72 0.72
HSL 65.77º 0.57% 0.18% -
HSV(B) 65.77º 0.72% 0.28% -
XYZ 4.76 5.88 1.55 -
YUV 64.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 67 72 20 0.07 0 0.72 0.72 65.77 0.57 0.18
Hex 43 48 14 7 0 48 48 42 39 12
Octal 103 110 24 7 0 110 110 102 71 22
Binary 1000011 1001000 10100 111 0 1001000 1001000 1000010 111001 10010

Color Harmonies of #434814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434814

Black with #434814

Text Example


Text Example

White with #434814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434814; }

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

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

background-color css

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

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

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

border-color css

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

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

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