Html Css Color HEX #465621 Verdun Green

📋 copy color: '#465621'

red 70 ◦ green 86 ◦ blue 33

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

Shades of Verdun Green #465621

Tints of Verdun Green #465621

RGB

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

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

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

R = 37.04%
G = 45.5%
B = 17.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#465621 (or 0x465621) is known color: Verdun Green. HEX triplet: 46, 56 and 21. RGB value is (70,86,33). Sum of RGB (Red+Green+Blue) = 70+86+33=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #465621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465621 is #B9A9DE. Grayscale: #4B4B4B. Windows color (decimal): -12167647 or 2184774. OLE color: 2184774.

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

Color convert

RGB 70 86 33 -
CMYK 0.19 0 0.62 0.66
HSL 78.11º 0.45% 0.23% -
HSV(B) 78.11º 0.62% 0.34% -
XYZ 6.13 8.07 2.67 -
YUV 75.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 70 86 33 0.19 0 0.62 0.66 78.11 0.45 0.23
Hex 46 56 21 13 0 3E 42 4E 2D 17
Octal 106 126 41 23 0 76 102 116 55 27
Binary 1000110 1010110 100001 10011 0 111110 1000010 1001110 101101 10111

Color Harmonies of #465621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465621

Black with #465621

Text Example


Text Example

White with #465621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465621; }

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

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

background-color css

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

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

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

border-color css

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

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

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