Html Css Color HEX #424814 Verdun Green

📋 copy color: '#424814'

red 66 ◦ green 72 ◦ blue 20

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

Shades of Verdun Green #424814

Tints of Verdun Green #424814

RGB

 RED value IS 66 (26.17% from 255) = 41.77%

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

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

R = 41.77%
G = 45.57%
B = 12.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#424814 (or 0x424814) is known color: Verdun Green. HEX triplet: 42, 48 and 14. RGB value is (66,72,20). Sum of RGB (Red+Green+Blue) = 66+72+20=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #424814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424814 is #BDB7EB. Grayscale: #404040. Windows color (decimal): -12433388 or 1329218. OLE color: 1329218.

HSL color Cylindrical-coordinate representation of color #424814: hue angle of 66.92º 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 #424814 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 20 -
CMYK 0.08 0 0.72 0.72
HSL 66.92º 0.57% 0.18% -
HSV(B) 66.92º 0.72% 0.28% -
XYZ 4.69 5.84 1.54 -
YUV 64.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 66 72 20 0.08 0 0.72 0.72 66.92 0.57 0.18
Hex 42 48 14 8 0 48 48 43 39 12
Octal 102 110 24 10 0 110 110 103 71 22
Binary 1000010 1001000 10100 1000 0 1001000 1001000 1000011 111001 10010

Color Harmonies of #424814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424814

Black with #424814

Text Example


Text Example

White with #424814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424814; }

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

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

background-color css

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

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

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

border-color css

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

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

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