Html Css Color HEX #424D12 Verdun Green

📋 copy color: '#424D12'

red 66 ◦ green 77 ◦ blue 18

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

Shades of Verdun Green #424D12

Tints of Verdun Green #424D12

RGB

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

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

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

R = 40.99%
G = 47.83%
B = 11.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#424D12 (or 0x424D12) is known color: Verdun Green. HEX triplet: 42, 4D and 12. RGB value is (66,77,18). Sum of RGB (Red+Green+Blue) = 66+77+18=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #424D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D12 is #BDB2ED. Grayscale: #434343. Windows color (decimal): -12432110 or 1199426. OLE color: 1199426.

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

Color convert

RGB 66 77 18 -
CMYK 0.14 0 0.77 0.70
HSL 71.19º 0.62% 0.19% -
HSV(B) 71.19º 0.77% 0.3% -
XYZ 5.01 6.51 1.56 -
YUV 66.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 66 77 18 0.14 0 0.77 0.70 71.19 0.62 0.19
Hex 42 4D 12 E 0 4D 46 47 3E 13
Octal 102 115 22 16 0 115 106 107 76 23
Binary 1000010 1001101 10010 1110 0 1001101 1000110 1000111 111110 10011

Color Harmonies of #424D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D12

Black with #424D12

Text Example


Text Example

White with #424D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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