Html Css Color HEX #424711 Verdun Green

📋 copy color: '#424711'

red 66 ◦ green 71 ◦ blue 17

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

Shades of Verdun Green #424711

Tints of Verdun Green #424711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 42.86%
G = 46.1%
B = 11.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#424711 (or 0x424711) is known color: Verdun Green. HEX triplet: 42, 47 and 11. RGB value is (66,71,17). Sum of RGB (Red+Green+Blue) = 66+71+17=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #424711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424711 is #BDB8EE. Grayscale: #3F3F3F. Windows color (decimal): -12433647 or 1132354. OLE color: 1132354.

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

Color convert

RGB 66 71 17 -
CMYK 0.07 0 0.76 0.72
HSL 65.56º 0.61% 0.17% -
HSV(B) 65.56º 0.76% 0.28% -
XYZ 4.6 5.71 1.39 -
YUV 63.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 66 71 17 0.07 0 0.76 0.72 65.56 0.61 0.17
Hex 42 47 11 7 0 4C 48 42 3D 11
Octal 102 107 21 7 0 114 110 102 75 21
Binary 1000010 1000111 10001 111 0 1001100 1001000 1000010 111101 10001

Color Harmonies of #424711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424711

Black with #424711

Text Example


Text Example

White with #424711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424711; }

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

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

background-color css

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

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

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

border-color css

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

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

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