Html Css Color HEX #424216 Verdun Green

📋 copy color: '#424216'

red 66 ◦ green 66 ◦ blue 22

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

Shades of Verdun Green #424216

Tints of Verdun Green #424216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

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

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#424216 (or 0x424216) is known color: Verdun Green. HEX triplet: 42, 42 and 16. RGB value is (66,66,22). Sum of RGB (Red+Green+Blue) = 66+66+22=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424216 is #BDBDE9. Grayscale: #3D3D3D. Windows color (decimal): -12434922 or 1458754. OLE color: 1458754.

HSL color Cylindrical-coordinate representation of color #424216: hue angle of 60º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424216 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 22 -
CMYK 0 0 0.67 0.74
HSL 60º 0.5% 0.17% -
HSV(B) 60º 0.67% 0.26% -
XYZ 4.34 5.11 1.52 -
YUV 60.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 66 66 22 0 0 0.67 0.74 60 0.5 0.17
Hex 42 42 16 0 0 43 4A 3C 32 11
Octal 102 102 26 0 0 103 112 74 62 21
Binary 1000010 1000010 10110 0 0 1000011 1001010 111100 110010 10001

Color Harmonies of #424216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424216

Black with #424216

Text Example


Text Example

White with #424216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424216; }

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

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

background-color css

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

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

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

border-color css

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

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

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