Html Css Color HEX #424614 Verdun Green

📋 copy color: '#424614'

red 66 ◦ green 70 ◦ blue 20

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

Shades of Verdun Green #424614

Tints of Verdun Green #424614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.82%

R = 42.31%
G = 44.87%
B = 12.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#424614 (or 0x424614) is known color: Verdun Green. HEX triplet: 42, 46 and 14. RGB value is (66,70,20). Sum of RGB (Red+Green+Blue) = 66+70+20=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #424614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424614 is #BDB9EB. Grayscale: #3F3F3F. Windows color (decimal): -12433900 or 1328706. OLE color: 1328706.

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

Color convert

RGB 66 70 20 -
CMYK 0.06 0 0.71 0.73
HSL 64.8º 0.56% 0.18% -
HSV(B) 64.8º 0.71% 0.27% -
XYZ 4.56 5.59 1.5 -
YUV 63.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 66 70 20 0.06 0 0.71 0.73 64.8 0.56 0.18
Hex 42 46 14 6 0 47 49 41 38 12
Octal 102 106 24 6 0 107 111 101 70 22
Binary 1000010 1000110 10100 110 0 1000111 1001001 1000001 111000 10010

Color Harmonies of #424614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424614

Black with #424614

Text Example


Text Example

White with #424614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424614; }

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

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

background-color css

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

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

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

border-color css

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

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

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