Html Css Color HEX #424612 Verdun Green

📋 copy color: '#424612'

red 66 ◦ green 70 ◦ blue 18

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

Shades of Verdun Green #424612

Tints of Verdun Green #424612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 42.86%
G = 45.45%
B = 11.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#424612 (or 0x424612) is known color: Verdun Green. HEX triplet: 42, 46 and 12. RGB value is (66,70,18). Sum of RGB (Red+Green+Blue) = 66+70+18=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 70 - color contains mainly: green. Hex color #424612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424612 is #BDB9ED. Grayscale: #3F3F3F. Windows color (decimal): -12433902 or 1197634. OLE color: 1197634.

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

Color convert

RGB 66 70 18 -
CMYK 0.06 0 0.74 0.73
HSL 64.62º 0.59% 0.17% -
HSV(B) 64.62º 0.74% 0.27% -
XYZ 4.55 5.58 1.41 -
YUV 62.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 66 70 18 0.06 0 0.74 0.73 64.62 0.59 0.17
Hex 42 46 12 6 0 4A 49 41 3B 11
Octal 102 106 22 6 0 112 111 101 73 21
Binary 1000010 1000110 10010 110 0 1001010 1001001 1000001 111011 10001

Color Harmonies of #424612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424612

Black with #424612

Text Example


Text Example

White with #424612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424612; }

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

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

background-color css

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

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

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

border-color css

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

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

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