Html Css Color HEX #465820 Verdun Green

📋 copy color: '#465820'

red 70 ◦ green 88 ◦ blue 32

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

Shades of Verdun Green #465820

Tints of Verdun Green #465820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 36.84%
G = 46.32%
B = 16.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#465820 (or 0x465820) is known color: Verdun Green. HEX triplet: 46, 58 and 20. RGB value is (70,88,32). Sum of RGB (Red+Green+Blue) = 70+88+32=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #465820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465820 is #B9A7DF. Grayscale: #4C4C4C. Windows color (decimal): -12167136 or 2119750. OLE color: 2119750.

HSL color Cylindrical-coordinate representation of color #465820: hue angle of 79.29º 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 #465820 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 32 -
CMYK 0.20 0 0.64 0.65
HSL 79.29º 0.47% 0.24% -
HSV(B) 79.29º 0.64% 0.35% -
XYZ 6.28 8.39 2.65 -
YUV 76.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 70 88 32 0.20 0 0.64 0.65 79.29 0.47 0.24
Hex 46 58 20 14 0 40 41 4F 2F 18
Octal 106 130 40 24 0 100 101 117 57 30
Binary 1000110 1011000 100000 10100 0 1000000 1000001 1001111 101111 11000

Color Harmonies of #465820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465820

Black with #465820

Text Example


Text Example

White with #465820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465820; }

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

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

background-color css

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

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

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

border-color css

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

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

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