Html Css Color HEX #465920 Verdun Green

📋 copy color: '#465920'

red 70 ◦ green 89 ◦ blue 32

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

Shades of Verdun Green #465920

Tints of Verdun Green #465920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.6%

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 36.65%
G = 46.6%
B = 16.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#465920 (or 0x465920) is known color: Verdun Green. HEX triplet: 46, 59 and 20. RGB value is (70,89,32). Sum of RGB (Red+Green+Blue) = 70+89+32=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #465920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465920 is #B9A6DF. Grayscale: #4D4D4D. Windows color (decimal): -12166880 or 2120006. OLE color: 2120006.

HSL color Cylindrical-coordinate representation of color #465920: hue angle of 80º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465920 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 32 -
CMYK 0.21 0 0.64 0.65
HSL 80º 0.47% 0.24% -
HSV(B) 80º 0.64% 0.35% -
XYZ 6.36 8.55 2.68 -
YUV 76.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 70 89 32 0.21 0 0.64 0.65 80 0.47 0.24
Hex 46 59 20 15 0 40 41 50 2F 18
Octal 106 131 40 25 0 100 101 120 57 30
Binary 1000110 1011001 100000 10101 0 1000000 1000001 1010000 101111 11000

Color Harmonies of #465920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465920

Black with #465920

Text Example


Text Example

White with #465920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465920; }

 p { color: rgb(70,89,32); }

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

background-color css

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

 a { background-color: rgb(70,89,32); }

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

border-color css

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

 span { border-color: rgb(70,89,32); }

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