Html Css Color HEX #465721 Verdun Green

📋 copy color: '#465721'

red 70 ◦ green 87 ◦ blue 33

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

Shades of Verdun Green #465721

Tints of Verdun Green #465721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 36.84%
G = 45.79%
B = 17.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#465721 (or 0x465721) is known color: Verdun Green. HEX triplet: 46, 57 and 21. RGB value is (70,87,33). Sum of RGB (Red+Green+Blue) = 70+87+33=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #465721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465721 is #B9A8DE. Grayscale: #4B4B4B. Windows color (decimal): -12167391 or 2185030. OLE color: 2185030.

HSL color Cylindrical-coordinate representation of color #465721: hue angle of 78.89º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465721 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 33 -
CMYK 0.20 0 0.62 0.66
HSL 78.89º 0.45% 0.24% -
HSV(B) 78.89º 0.62% 0.34% -
XYZ 6.21 8.23 2.7 -
YUV 75.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 70 87 33 0.20 0 0.62 0.66 78.89 0.45 0.24
Hex 46 57 21 14 0 3E 42 4F 2D 18
Octal 106 127 41 24 0 76 102 117 55 30
Binary 1000110 1010111 100001 10100 0 111110 1000010 1001111 101101 11000

Color Harmonies of #465721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465721

Black with #465721

Text Example


Text Example

White with #465721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465721; }

 p { color: rgb(70,87,33); }

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

background-color css

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

 a { background-color: rgb(70,87,33); }

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

border-color css

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

 span { border-color: rgb(70,87,33); }

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