Html Css Color HEX #424704 Verdun Green

📋 copy color: '#424704'

red 66 ◦ green 71 ◦ blue 4

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

Shades of Verdun Green #424704

Tints of Verdun Green #424704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 46.81%
G = 50.35%
B = 2.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#424704 (or 0x424704) is known color: Verdun Green. HEX triplet: 42, 47 and 04. RGB value is (66,71,4). Sum of RGB (Red+Green+Blue) = 66+71+4=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #424704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424704 is #BDB8FB. Grayscale: #3E3E3E. Windows color (decimal): -12433660 or 280386. OLE color: 280386.

HSL color Cylindrical-coordinate representation of color #424704: hue angle of 64.48º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424704 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 4 -
CMYK 0.07 0 0.94 0.72
HSL 64.48º 0.89% 0.15% -
HSV(B) 64.48º 0.94% 0.28% -
XYZ 4.52 5.67 0.97 -
YUV 61.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 66 71 4 0.07 0 0.94 0.72 64.48 0.89 0.15
Hex 42 47 4 7 0 5E 48 40 59 F
Octal 102 107 4 7 0 136 110 100 131 17
Binary 1000010 1000111 100 111 0 1011110 1001000 1000000 1011001 1111

Color Harmonies of #424704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424704

Black with #424704

Text Example


Text Example

White with #424704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424704; }

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

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

background-color css

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

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

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

border-color css

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

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

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