Html Css Color HEX #424D04 Verdun Green

📋 copy color: '#424D04'

red 66 ◦ green 77 ◦ blue 4

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

Shades of Verdun Green #424D04

Tints of Verdun Green #424D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 44.9%
G = 52.38%
B = 2.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#424D04 (or 0x424D04) is known color: Verdun Green. HEX triplet: 42, 4D and 04. RGB value is (66,77,4). Sum of RGB (Red+Green+Blue) = 66+77+4=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #424D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D04 is #BDB2FB. Grayscale: #414141. Windows color (decimal): -12432124 or 281922. OLE color: 281922.

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

Color convert

RGB 66 77 4 -
CMYK 0.14 0 0.95 0.70
HSL 69.04º 0.9% 0.16% -
HSV(B) 69.04º 0.95% 0.3% -
XYZ 4.92 6.47 1.11 -
YUV 65.39 93.36 128.44 -
System Red Green Blue C M Y K H S L
Decimal 66 77 4 0.14 0 0.95 0.70 69.04 0.9 0.16
Hex 42 4D 4 E 0 5F 46 45 5A 10
Octal 102 115 4 16 0 137 106 105 132 20
Binary 1000010 1001101 100 1110 0 1011111 1000110 1000101 1011010 10000

Color Harmonies of #424D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D04

Black with #424D04

Text Example


Text Example

White with #424D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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