Html Css Color HEX #424004 Verdun Green

📋 copy color: '#424004'

red 66 ◦ green 64 ◦ blue 4

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

Shades of Verdun Green #424004

Tints of Verdun Green #424004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

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

R = 49.25%
G = 47.76%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#424004 (or 0x424004) is known color: Verdun Green. HEX triplet: 42, 40 and 04. RGB value is (66,64,4). Sum of RGB (Red+Green+Blue) = 66+64+4=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #424004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424004 is #BDBFFB. Grayscale: #3A3A3A. Windows color (decimal): -12435452 or 278594. OLE color: 278594.

HSL color Cylindrical-coordinate representation of color #424004: hue angle of 58.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424004 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 4 -
CMYK 0 0.03 0.94 0.74
HSL 58.06º 0.89% 0.14% -
HSV(B) 58.06º 0.94% 0.26% -
XYZ 4.1 4.83 0.83 -
YUV 57.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 66 64 4 0 0.03 0.94 0.74 58.06 0.89 0.14
Hex 42 40 4 0 3 5E 4A 3A 59 E
Octal 102 100 4 0 3 136 112 72 131 16
Binary 1000010 1000000 100 0 11 1011110 1001010 111010 1011001 1110

Color Harmonies of #424004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424004

Black with #424004

Text Example


Text Example

White with #424004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424004; }

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

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

background-color css

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

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

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

border-color css

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

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

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