Html Css Color HEX #424504 Verdun Green

📋 copy color: '#424504'

red 66 ◦ green 69 ◦ blue 4

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

Shades of Verdun Green #424504

Tints of Verdun Green #424504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 49.64%

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

R = 47.48%
G = 49.64%
B = 2.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#424504 (or 0x424504) is known color: Verdun Green. HEX triplet: 42, 45 and 04. RGB value is (66,69,4). Sum of RGB (Red+Green+Blue) = 66+69+4=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #424504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424504 is #BDBAFB. Grayscale: #3C3C3C. Windows color (decimal): -12434172 or 279874. OLE color: 279874.

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

Color convert

RGB 66 69 4 -
CMYK 0.04 0 0.94 0.73
HSL 62.77º 0.89% 0.14% -
HSV(B) 62.77º 0.94% 0.27% -
XYZ 4.4 5.42 0.93 -
YUV 60.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 66 69 4 0.04 0 0.94 0.73 62.77 0.89 0.14
Hex 42 45 4 4 0 5E 49 3F 59 E
Octal 102 105 4 4 0 136 111 77 131 16
Binary 1000010 1000101 100 100 0 1011110 1001001 111111 1011001 1110

Color Harmonies of #424504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424504

Black with #424504

Text Example


Text Example

White with #424504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424504; }

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

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

background-color css

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

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

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

border-color css

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

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

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