Html Css Color HEX #535210 Verdun Green

📋 copy color: '#535210'

red 83 ◦ green 82 ◦ blue 16

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

Shades of Verdun Green #535210

Tints of Verdun Green #535210

RGB

 RED value IS 83 (32.81% from 255) = 45.86%

 GREEN value IS 82 (32.42% from 255) = 45.3%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 45.86%
G = 45.3%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#535210 (or 0x535210) is known color: Verdun Green. HEX triplet: 53, 52 and 10. RGB value is (83,82,16). Sum of RGB (Red+Green+Blue) = 83+82+16=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #535210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535210 is #ACADEF. Grayscale: #4B4B4B. Windows color (decimal): -11316720 or 1069651. OLE color: 1069651.

HSL color Cylindrical-coordinate representation of color #535210: hue angle of 59.1º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535210 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 16 -
CMYK 0 0.01 0.81 0.67
HSL 59.1º 0.68% 0.19% -
HSV(B) 59.1º 0.81% 0.33% -
XYZ 6.68 7.91 1.67 -
YUV 74.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 83 82 16 0 0.01 0.81 0.67 59.1 0.68 0.19
Hex 53 52 10 0 1 51 43 3B 44 13
Octal 123 122 20 0 1 121 103 73 104 23
Binary 1010011 1010010 10000 0 1 1010001 1000011 111011 1000100 10011

Color Harmonies of #535210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535210

Black with #535210

Text Example


Text Example

White with #535210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535210; }

 p { color: rgb(83,82,16); }

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

background-color css

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

 a { background-color: rgb(83,82,16); }

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

border-color css

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

 span { border-color: rgb(83,82,16); }

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