Html Css Color HEX #465117 Verdun Green

📋 copy color: '#465117'

red 70 ◦ green 81 ◦ blue 23

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

Shades of Verdun Green #465117

Tints of Verdun Green #465117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.55%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 40.23%
G = 46.55%
B = 13.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#465117 (or 0x465117) is known color: Verdun Green. HEX triplet: 46, 51 and 17. RGB value is (70,81,23). Sum of RGB (Red+Green+Blue) = 70+81+23=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #465117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465117 is #B9AEE8. Grayscale: #474747. Windows color (decimal): -12168937 or 1528134. OLE color: 1528134.

HSL color Cylindrical-coordinate representation of color #465117: hue angle of 71.38º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465117 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 23 -
CMYK 0.14 0 0.72 0.68
HSL 71.38º 0.56% 0.2% -
HSV(B) 71.38º 0.72% 0.32% -
XYZ 5.62 7.25 1.91 -
YUV 71.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 70 81 23 0.14 0 0.72 0.68 71.38 0.56 0.2
Hex 46 51 17 E 0 48 44 47 38 14
Octal 106 121 27 16 0 110 104 107 70 24
Binary 1000110 1010001 10111 1110 0 1001000 1000100 1000111 111000 10100

Color Harmonies of #465117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465117

Black with #465117

Text Example


Text Example

White with #465117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465117; }

 p { color: rgb(70,81,23); }

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

background-color css

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

 a { background-color: rgb(70,81,23); }

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

border-color css

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

 span { border-color: rgb(70,81,23); }

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