Html Css Color HEX #465511 Verdun Green

📋 copy color: '#465511'

red 70 ◦ green 85 ◦ blue 17

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

Shades of Verdun Green #465511

Tints of Verdun Green #465511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

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

R = 40.7%
G = 49.42%
B = 9.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#465511 (or 0x465511) is known color: Verdun Green. HEX triplet: 46, 55 and 11. RGB value is (70,85,17). Sum of RGB (Red+Green+Blue) = 70+85+17=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #465511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465511 is #B9AAEE. Grayscale: #494949. Windows color (decimal): -12167919 or 1135942. OLE color: 1135942.

HSL color Cylindrical-coordinate representation of color #465511: hue angle of 73.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #465511 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 17 -
CMYK 0.18 0 0.80 0.67
HSL 73.24º 0.67% 0.2% -
HSV(B) 73.24º 0.8% 0.33% -
XYZ 5.88 7.84 1.73 -
YUV 72.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 70 85 17 0.18 0 0.80 0.67 73.24 0.67 0.2
Hex 46 55 11 12 0 50 43 49 43 14
Octal 106 125 21 22 0 120 103 111 103 24
Binary 1000110 1010101 10001 10010 0 1010000 1000011 1001001 1000011 10100

Color Harmonies of #465511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465511

Black with #465511

Text Example


Text Example

White with #465511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465511; }

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

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

background-color css

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

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

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

border-color css

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

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

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