Html Css Color HEX #424710 Verdun Green

📋 copy color: '#424710'

red 66 ◦ green 71 ◦ blue 16

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

Shades of Verdun Green #424710

Tints of Verdun Green #424710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 43.14%
G = 46.41%
B = 10.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#424710 (or 0x424710) is known color: Verdun Green. HEX triplet: 42, 47 and 10. RGB value is (66,71,16). Sum of RGB (Red+Green+Blue) = 66+71+16=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #424710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424710 is #BDB8EF. Grayscale: #3F3F3F. Windows color (decimal): -12433648 or 1066818. OLE color: 1066818.

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

Color convert

RGB 66 71 16 -
CMYK 0.07 0 0.77 0.72
HSL 65.45º 0.63% 0.17% -
HSV(B) 65.45º 0.77% 0.28% -
XYZ 4.59 5.7 1.35 -
YUV 63.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 66 71 16 0.07 0 0.77 0.72 65.45 0.63 0.17
Hex 42 47 10 7 0 4D 48 41 3F 11
Octal 102 107 20 7 0 115 110 101 77 21
Binary 1000010 1000111 10000 111 0 1001101 1001000 1000001 111111 10001

Color Harmonies of #424710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424710

Black with #424710

Text Example


Text Example

White with #424710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424710; }

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

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

background-color css

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

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

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

border-color css

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

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

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