Html Css Color HEX #424007 Verdun Green

📋 copy color: '#424007'

red 66 ◦ green 64 ◦ blue 7

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

Shades of Verdun Green #424007

Tints of Verdun Green #424007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.11%

R = 48.18%
G = 46.72%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#424007 (or 0x424007) is known color: Verdun Green. HEX triplet: 42, 40 and 07. RGB value is (66,64,7). Sum of RGB (Red+Green+Blue) = 66+64+7=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #424007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424007 is #BDBFF8. Grayscale: #3A3A3A. Windows color (decimal): -12435449 or 475202. OLE color: 475202.

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

Color convert

RGB 66 64 7 -
CMYK 0 0.03 0.89 0.74
HSL 57.97º 0.81% 0.14% -
HSV(B) 57.97º 0.89% 0.26% -
XYZ 4.12 4.84 0.92 -
YUV 58.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 66 64 7 0 0.03 0.89 0.74 57.97 0.81 0.14
Hex 42 40 7 0 3 59 4A 3A 51 E
Octal 102 100 7 0 3 131 112 72 121 16
Binary 1000010 1000000 111 0 11 1011001 1001010 111010 1010001 1110

Color Harmonies of #424007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424007

Black with #424007

Text Example


Text Example

White with #424007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424007; }

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

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

background-color css

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

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

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

border-color css

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

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

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