Html Css Color HEX #424415 Verdun Green

📋 copy color: '#424415'

red 66 ◦ green 68 ◦ blue 21

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

Shades of Verdun Green #424415

Tints of Verdun Green #424415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 42.58%
G = 43.87%
B = 13.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#424415 (or 0x424415) is known color: Verdun Green. HEX triplet: 42, 44 and 15. RGB value is (66,68,21). Sum of RGB (Red+Green+Blue) = 66+68+21=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #424415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424415 is #BDBBEA. Grayscale: #3E3E3E. Windows color (decimal): -12434411 or 1393730. OLE color: 1393730.

HSL color Cylindrical-coordinate representation of color #424415: hue angle of 62.55º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424415 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 68 21 -
CMYK 0.03 0 0.69 0.73
HSL 62.55º 0.53% 0.17% -
HSV(B) 62.55º 0.69% 0.27% -
XYZ 4.45 5.35 1.51 -
YUV 62.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 66 68 21 0.03 0 0.69 0.73 62.55 0.53 0.17
Hex 42 44 15 3 0 45 49 3F 35 11
Octal 102 104 25 3 0 105 111 77 65 21
Binary 1000010 1000100 10101 11 0 1000101 1001001 111111 110101 10001

Color Harmonies of #424415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424415

Black with #424415

Text Example


Text Example

White with #424415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424415; }

 p { color: rgb(66,68,21); }

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

background-color css

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

 a { background-color: rgb(66,68,21); }

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

border-color css

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

 span { border-color: rgb(66,68,21); }

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