Html Css Color HEX #465421 Verdun Green

📋 copy color: '#465421'

red 70 ◦ green 84 ◦ blue 33

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

Shades of Verdun Green #465421

Tints of Verdun Green #465421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 37.43%
G = 44.92%
B = 17.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#465421 (or 0x465421) is known color: Verdun Green. HEX triplet: 46, 54 and 21. RGB value is (70,84,33). Sum of RGB (Red+Green+Blue) = 70+84+33=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #465421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465421 is #B9ABDE. Grayscale: #4A4A4A. Windows color (decimal): -12168159 or 2184262. OLE color: 2184262.

HSL color Cylindrical-coordinate representation of color #465421: hue angle of 76.47º 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 #465421 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 33 -
CMYK 0.17 0 0.61 0.67
HSL 76.47º 0.44% 0.23% -
HSV(B) 76.47º 0.61% 0.33% -
XYZ 5.97 7.75 2.62 -
YUV 74 104.86 125.15 -
System Red Green Blue C M Y K H S L
Decimal 70 84 33 0.17 0 0.61 0.67 76.47 0.44 0.23
Hex 46 54 21 11 0 3D 43 4C 2C 17
Octal 106 124 41 21 0 75 103 114 54 27
Binary 1000110 1010100 100001 10001 0 111101 1000011 1001100 101100 10111

Color Harmonies of #465421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465421

Black with #465421

Text Example


Text Example

White with #465421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465421; }

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

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

background-color css

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

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

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

border-color css

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

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

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