Html Css Color HEX #424700 Verdun Green

📋 copy color: '#424700'

red 66 ◦ green 71 ◦ blue 0

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

Shades of Verdun Green #424700

Tints of Verdun Green #424700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.18%
G = 51.82%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#424700 (or 0x424700) is known color: Verdun Green. HEX triplet: 42, 47 and 00. RGB value is (66,71,0). Sum of RGB (Red+Green+Blue) = 66+71+0=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #424700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424700 is #BDB8FF. Grayscale: #3D3D3D. Windows color (decimal): -12433664 or 18242. OLE color: 18242.

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

Color convert

RGB 66 71 0 -
CMYK 0.07 0 1 0.72
HSL 64.23º 1% 0.14% -
HSV(B) 64.23º 1% 0.28% -
XYZ 4.5 5.66 0.86 -
YUV 61.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 66 71 0 0.07 0 1 0.72 64.23 1 0.14
Hex 42 47 0 7 0 64 48 40 64 E
Octal 102 107 0 7 0 144 110 100 144 16
Binary 1000010 1000111 0 111 0 1100100 1001000 1000000 1100100 1110

Color Harmonies of #424700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424700

Black with #424700

Text Example


Text Example

White with #424700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424700; }

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

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

background-color css

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

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

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

border-color css

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

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

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