Html Css Color HEX #424518 Verdun Green

📋 copy color: '#424518'

red 66 ◦ green 69 ◦ blue 24

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

Shades of Verdun Green #424518

Tints of Verdun Green #424518

RGB

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

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

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

R = 41.51%
G = 43.4%
B = 15.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#424518 (or 0x424518) is known color: Verdun Green. HEX triplet: 42, 45 and 18. RGB value is (66,69,24). Sum of RGB (Red+Green+Blue) = 66+69+24=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #424518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424518 is #BDBAE7. Grayscale: #3F3F3F. Windows color (decimal): -12434152 or 1590594. OLE color: 1590594.

HSL color Cylindrical-coordinate representation of color #424518: hue angle of 64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424518 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 24 -
CMYK 0.04 0 0.65 0.73
HSL 64º 0.48% 0.18% -
HSV(B) 64º 0.65% 0.27% -
XYZ 4.54 5.48 1.68 -
YUV 62.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 66 69 24 0.04 0 0.65 0.73 64 0.48 0.18
Hex 42 45 18 4 0 41 49 40 30 12
Octal 102 105 30 4 0 101 111 100 60 22
Binary 1000010 1000101 11000 100 0 1000001 1001001 1000000 110000 10010

Color Harmonies of #424518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424518

Black with #424518

Text Example


Text Example

White with #424518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424518; }

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

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

background-color css

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

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

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

border-color css

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

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

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