Html Css Color HEX #465821 Verdun Green

📋 copy color: '#465821'

red 70 ◦ green 88 ◦ blue 33

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

Shades of Verdun Green #465821

Tints of Verdun Green #465821

RGB

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

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

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

R = 36.65%
G = 46.07%
B = 17.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#465821 (or 0x465821) is known color: Verdun Green. HEX triplet: 46, 58 and 21. RGB value is (70,88,33). Sum of RGB (Red+Green+Blue) = 70+88+33=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #465821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465821 is #B9A7DE. Grayscale: #4C4C4C. Windows color (decimal): -12167135 or 2185286. OLE color: 2185286.

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

Color convert

RGB 70 88 33 -
CMYK 0.20 0 0.62 0.65
HSL 79.64º 0.45% 0.24% -
HSV(B) 79.64º 0.63% 0.35% -
XYZ 6.29 8.39 2.73 -
YUV 76.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 70 88 33 0.20 0 0.62 0.65 79.64 0.45 0.24
Hex 46 58 21 14 0 3E 41 50 2D 18
Octal 106 130 41 24 0 76 101 120 55 30
Binary 1000110 1011000 100001 10100 0 111110 1000001 1010000 101101 11000

Color Harmonies of #465821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465821

Black with #465821

Text Example


Text Example

White with #465821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465821; }

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

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

background-color css

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

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

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

border-color css

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

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

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