Html Css Color HEX #464711 Verdun Green

📋 copy color: '#464711'

red 70 ◦ green 71 ◦ blue 17

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

Shades of Verdun Green #464711

Tints of Verdun Green #464711

RGB

 RED value IS 70 (27.73% from 255) = 44.3%

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

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

R = 44.3%
G = 44.94%
B = 10.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#464711 (or 0x464711) is known color: Verdun Green. HEX triplet: 46, 47 and 11. RGB value is (70,71,17). Sum of RGB (Red+Green+Blue) = 70+71+17=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #464711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464711 is #B9B8EE. Grayscale: #404040. Windows color (decimal): -12171503 or 1132358. OLE color: 1132358.

HSL color Cylindrical-coordinate representation of color #464711: hue angle of 61.11º 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 #464711 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 17 -
CMYK 0.01 0 0.76 0.72
HSL 61.11º 0.61% 0.17% -
HSV(B) 61.11º 0.76% 0.28% -
XYZ 4.88 5.85 1.4 -
YUV 64.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 70 71 17 0.01 0 0.76 0.72 61.11 0.61 0.17
Hex 46 47 11 1 0 4C 48 3D 3D 11
Octal 106 107 21 1 0 114 110 75 75 21
Binary 1000110 1000111 10001 1 0 1001100 1001000 111101 111101 10001

Color Harmonies of #464711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464711

Black with #464711

Text Example


Text Example

White with #464711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464711; }

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

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

background-color css

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

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

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

border-color css

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

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

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