Html Css Color HEX #424716 Verdun Green

📋 copy color: '#424716'

red 66 ◦ green 71 ◦ blue 22

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

Shades of Verdun Green #424716

Tints of Verdun Green #424716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 41.51%
G = 44.65%
B = 13.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#424716 (or 0x424716) is known color: Verdun Green. HEX triplet: 42, 47 and 16. RGB value is (66,71,22). Sum of RGB (Red+Green+Blue) = 66+71+22=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #424716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424716 is #BDB8E9. Grayscale: #404040. Windows color (decimal): -12433642 or 1460034. OLE color: 1460034.

HSL color Cylindrical-coordinate representation of color #424716: hue angle of 66.12º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424716 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 22 -
CMYK 0.07 0 0.69 0.72
HSL 66.12º 0.53% 0.18% -
HSV(B) 66.12º 0.69% 0.28% -
XYZ 4.64 5.72 1.62 -
YUV 63.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 66 71 22 0.07 0 0.69 0.72 66.12 0.53 0.18
Hex 42 47 16 7 0 45 48 42 35 12
Octal 102 107 26 7 0 105 110 102 65 22
Binary 1000010 1000111 10110 111 0 1000101 1001000 1000010 110101 10010

Color Harmonies of #424716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424716

Black with #424716

Text Example


Text Example

White with #424716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424716; }

 p { color: rgb(66,71,22); }

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

background-color css

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

 a { background-color: rgb(66,71,22); }

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

border-color css

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

 span { border-color: rgb(66,71,22); }

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