Html Css Color HEX #465321 Verdun Green

📋 copy color: '#465321'

red 70 ◦ green 83 ◦ blue 33

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

Shades of Verdun Green #465321

Tints of Verdun Green #465321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.62%

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

R = 37.63%
G = 44.62%
B = 17.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#465321 (or 0x465321) is known color: Verdun Green. HEX triplet: 46, 53 and 21. RGB value is (70,83,33). Sum of RGB (Red+Green+Blue) = 70+83+33=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #465321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465321 is #B9ACDE. Grayscale: #494949. Windows color (decimal): -12168415 or 2184006. OLE color: 2184006.

HSL color Cylindrical-coordinate representation of color #465321: hue angle of 75.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465321 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 33 -
CMYK 0.16 0 0.60 0.67
HSL 75.6º 0.43% 0.23% -
HSV(B) 75.6º 0.6% 0.33% -
XYZ 5.89 7.6 2.59 -
YUV 73.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 70 83 33 0.16 0 0.60 0.67 75.6 0.43 0.23
Hex 46 53 21 10 0 3C 43 4C 2B 17
Octal 106 123 41 20 0 74 103 114 53 27
Binary 1000110 1010011 100001 10000 0 111100 1000011 1001100 101011 10111

Color Harmonies of #465321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465321

Black with #465321

Text Example


Text Example

White with #465321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465321; }

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

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

background-color css

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

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

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

border-color css

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

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

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