Html Css Color HEX #424616 Verdun Green

📋 copy color: '#424616'

red 66 ◦ green 70 ◦ blue 22

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

Shades of Verdun Green #424616

Tints of Verdun Green #424616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

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

R = 41.77%
G = 44.3%
B = 13.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#424616 (or 0x424616) is known color: Verdun Green. HEX triplet: 42, 46 and 16. RGB value is (66,70,22). Sum of RGB (Red+Green+Blue) = 66+70+22=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #424616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424616 is #BDB9E9. Grayscale: #3F3F3F. Windows color (decimal): -12433898 or 1459778. OLE color: 1459778.

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

Color convert

RGB 66 70 22 -
CMYK 0.06 0 0.69 0.73
HSL 65º 0.52% 0.18% -
HSV(B) 65º 0.69% 0.27% -
XYZ 4.58 5.6 1.6 -
YUV 63.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 66 70 22 0.06 0 0.69 0.73 65 0.52 0.18
Hex 42 46 16 6 0 45 49 41 34 12
Octal 102 106 26 6 0 105 111 101 64 22
Binary 1000010 1000110 10110 110 0 1000101 1001001 1000001 110100 10010

Color Harmonies of #424616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424616

Black with #424616

Text Example


Text Example

White with #424616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424616; }

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

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

background-color css

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

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

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

border-color css

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

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

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