Html Css Color HEX #465521 Verdun Green

📋 copy color: '#465521'

red 70 ◦ green 85 ◦ blue 33

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

Shades of Verdun Green #465521

Tints of Verdun Green #465521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.21%

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

R = 37.23%
G = 45.21%
B = 17.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#465521 (or 0x465521) is known color: Verdun Green. HEX triplet: 46, 55 and 21. RGB value is (70,85,33). Sum of RGB (Red+Green+Blue) = 70+85+33=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #465521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465521 is #B9AADE. Grayscale: #4A4A4A. Windows color (decimal): -12167903 or 2184518. OLE color: 2184518.

HSL color Cylindrical-coordinate representation of color #465521: hue angle of 77.31º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #465521 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 33 -
CMYK 0.18 0 0.61 0.67
HSL 77.31º 0.44% 0.23% -
HSV(B) 77.31º 0.61% 0.33% -
XYZ 6.05 7.91 2.65 -
YUV 74.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 70 85 33 0.18 0 0.61 0.67 77.31 0.44 0.23
Hex 46 55 21 12 0 3D 43 4D 2C 17
Octal 106 125 41 22 0 75 103 115 54 27
Binary 1000110 1010101 100001 10010 0 111101 1000011 1001101 101100 10111

Color Harmonies of #465521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465521

Black with #465521

Text Example


Text Example

White with #465521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465521; }

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

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

background-color css

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

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

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

border-color css

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

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

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