Html Css Color HEX #424204 Verdun Green

📋 copy color: '#424204'

red 66 ◦ green 66 ◦ blue 4

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

Shades of Verdun Green #424204

Tints of Verdun Green #424204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.53%

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

R = 48.53%
G = 48.53%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#424204 (or 0x424204) is known color: Verdun Green. HEX triplet: 42, 42 and 04. RGB value is (66,66,4). Sum of RGB (Red+Green+Blue) = 66+66+4=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 66 - color contains mainly: red, green. Hex color #424204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424204 is #BDBDFB. Grayscale: #3B3B3B. Windows color (decimal): -12434940 or 279106. OLE color: 279106.

HSL color Cylindrical-coordinate representation of color #424204: hue angle of 60º 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 #424204 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 66 4 -
CMYK 0 0 0.94 0.74
HSL 60º 0.89% 0.14% -
HSV(B) 60º 0.94% 0.26% -
XYZ 4.22 5.06 0.87 -
YUV 58.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 66 66 4 0 0 0.94 0.74 60 0.89 0.14
Hex 42 42 4 0 0 5E 4A 3C 59 E
Octal 102 102 4 0 0 136 112 74 131 16
Binary 1000010 1000010 100 0 0 1011110 1001010 111100 1011001 1110

Color Harmonies of #424204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424204

Black with #424204

Text Example


Text Example

White with #424204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424204; }

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

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

background-color css

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

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

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

border-color css

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

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

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