Html Css Color HEX #424519 Verdun Green

📋 copy color: '#424519'

red 66 ◦ green 69 ◦ blue 25

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

Shades of Verdun Green #424519

Tints of Verdun Green #424519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 41.25%
G = 43.13%
B = 15.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#424519 (or 0x424519) is known color: Verdun Green. HEX triplet: 42, 45 and 19. RGB value is (66,69,25). Sum of RGB (Red+Green+Blue) = 66+69+25=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #424519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424519 is #BDBAE6. Grayscale: #3F3F3F. Windows color (decimal): -12434151 or 1656130. OLE color: 1656130.

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

Color convert

RGB 66 69 25 -
CMYK 0.04 0 0.64 0.73
HSL 64.09º 0.47% 0.18% -
HSV(B) 64.09º 0.64% 0.27% -
XYZ 4.55 5.48 1.74 -
YUV 63.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 66 69 25 0.04 0 0.64 0.73 64.09 0.47 0.18
Hex 42 45 19 4 0 40 49 40 2F 12
Octal 102 105 31 4 0 100 111 100 57 22
Binary 1000010 1000101 11001 100 0 1000000 1001001 1000000 101111 10010

Color Harmonies of #424519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424519

Black with #424519

Text Example


Text Example

White with #424519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424519; }

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

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

background-color css

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

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

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

border-color css

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

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

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