Html Css Color HEX #424D14 Verdun Green

📋 copy color: '#424D14'

red 66 ◦ green 77 ◦ blue 20

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

Shades of Verdun Green #424D14

Tints of Verdun Green #424D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.24%

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

R = 40.49%
G = 47.24%
B = 12.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.70

RGB Variations

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

Color information

#424D14 (or 0x424D14) is known color: Verdun Green. HEX triplet: 42, 4D and 14. RGB value is (66,77,20). Sum of RGB (Red+Green+Blue) = 66+77+20=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #424D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D14 is #BDB2EB. Grayscale: #434343. Windows color (decimal): -12432108 or 1330498. OLE color: 1330498.

HSL color Cylindrical-coordinate representation of color #424D14: hue angle of 71.58º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424D14 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 77 20 -
CMYK 0.14 0 0.74 0.70
HSL 71.58º 0.59% 0.19% -
HSV(B) 71.58º 0.74% 0.3% -
XYZ 5.03 6.52 1.65 -
YUV 67.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 66 77 20 0.14 0 0.74 0.70 71.58 0.59 0.19
Hex 42 4D 14 E 0 4A 46 48 3B 13
Octal 102 115 24 16 0 112 106 110 73 23
Binary 1000010 1001101 10100 1110 0 1001010 1000110 1001000 111011 10011

Color Harmonies of #424D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D14

Black with #424D14

Text Example


Text Example

White with #424D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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