Html Css Color HEX #424818 Verdun Green

📋 copy color: '#424818'

red 66 ◦ green 72 ◦ blue 24

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

Shades of Verdun Green #424818

Tints of Verdun Green #424818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 40.74%
G = 44.44%
B = 14.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#424818 (or 0x424818) is known color: Verdun Green. HEX triplet: 42, 48 and 18. RGB value is (66,72,24). Sum of RGB (Red+Green+Blue) = 66+72+24=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #424818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424818 is #BDB7E7. Grayscale: #404040. Windows color (decimal): -12433384 or 1591362. OLE color: 1591362.

HSL color Cylindrical-coordinate representation of color #424818: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424818 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 72 24 -
CMYK 0.08 0 0.67 0.72
HSL 67.5º 0.5% 0.19% -
HSV(B) 67.5º 0.67% 0.28% -
XYZ 4.73 5.86 1.75 -
YUV 64.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 66 72 24 0.08 0 0.67 0.72 67.5 0.5 0.19
Hex 42 48 18 8 0 43 48 44 32 13
Octal 102 110 30 10 0 103 110 104 62 23
Binary 1000010 1001000 11000 1000 0 1000011 1001000 1000100 110010 10011

Color Harmonies of #424818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424818

Black with #424818

Text Example


Text Example

White with #424818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424818; }

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

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

background-color css

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

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

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

border-color css

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

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

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