Html Css Color HEX #535209 Verdun Green

📋 copy color: '#535209'

red 83 ◦ green 82 ◦ blue 9

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

Shades of Verdun Green #535209

Tints of Verdun Green #535209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.17%

R = 47.7%
G = 47.13%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#535209 (or 0x535209) is known color: Verdun Green. HEX triplet: 53, 52 and 09. RGB value is (83,82,9). Sum of RGB (Red+Green+Blue) = 83+82+9=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #535209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535209 is #ACADF6. Grayscale: #4A4A4A. Windows color (decimal): -11316727 or 610899. OLE color: 610899.

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

Color convert

RGB 83 82 9 -
CMYK 0 0.01 0.89 0.67
HSL 59.19º 0.8% 0.18% -
HSV(B) 59.19º 0.89% 0.33% -
XYZ 6.63 7.89 1.43 -
YUV 73.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 83 82 9 0 0.01 0.89 0.67 59.19 0.8 0.18
Hex 53 52 9 0 1 59 43 3B 50 12
Octal 123 122 11 0 1 131 103 73 120 22
Binary 1010011 1010010 1001 0 1 1011001 1000011 111011 1010000 10010

Color Harmonies of #535209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535209

Black with #535209

Text Example


Text Example

White with #535209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535209; }

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

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

background-color css

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

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

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

border-color css

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

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

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