Html Css Color HEX #465617 Verdun Green

📋 copy color: '#465617'

red 70 ◦ green 86 ◦ blue 23

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

Shades of Verdun Green #465617

Tints of Verdun Green #465617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.04%

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

R = 39.11%
G = 48.04%
B = 12.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#465617 (or 0x465617) is known color: Verdun Green. HEX triplet: 46, 56 and 17. RGB value is (70,86,23). Sum of RGB (Red+Green+Blue) = 70+86+23=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #465617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465617 is #B9A9E8. Grayscale: #4A4A4A. Windows color (decimal): -12167657 or 1529414. OLE color: 1529414.

HSL color Cylindrical-coordinate representation of color #465617: hue angle of 75.24º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #465617 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 23 -
CMYK 0.19 0 0.73 0.66
HSL 75.24º 0.58% 0.21% -
HSV(B) 75.24º 0.73% 0.34% -
XYZ 6.01 8.02 2.04 -
YUV 74.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 70 86 23 0.19 0 0.73 0.66 75.24 0.58 0.21
Hex 46 56 17 13 0 49 42 4B 3A 15
Octal 106 126 27 23 0 111 102 113 72 25
Binary 1000110 1010110 10111 10011 0 1001001 1000010 1001011 111010 10101

Color Harmonies of #465617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465617

Black with #465617

Text Example


Text Example

White with #465617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465617; }

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

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

background-color css

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

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

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

border-color css

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

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

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