Html Css Color HEX #535200 Verdun Green

📋 copy color: '#535200'

red 83 ◦ green 82 ◦ blue 0

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

Shades of Verdun Green #535200

Tints of Verdun Green #535200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.3%
G = 49.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#535200 (or 0x535200) is known color: Verdun Green. HEX triplet: 53, 52 and 00. RGB value is (83,82,0). Sum of RGB (Red+Green+Blue) = 83+82+0=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #535200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535200 is #ACADFF. Grayscale: #494949. Windows color (decimal): -11316736 or 21075. OLE color: 21075.

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

Color convert

RGB 83 82 0 -
CMYK 0 0.01 1 0.67
HSL 59.28º 1% 0.16% -
HSV(B) 59.28º 1% 0.33% -
XYZ 6.58 7.87 1.17 -
YUV 72.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 83 82 0 0 0.01 1 0.67 59.28 1 0.16
Hex 53 52 0 0 1 64 43 3B 64 10
Octal 123 122 0 0 1 144 103 73 144 20
Binary 1010011 1010010 0 0 1 1100100 1000011 111011 1100100 10000

Color Harmonies of #535200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535200

Black with #535200

Text Example


Text Example

White with #535200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535200; }

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

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

background-color css

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

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

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

border-color css

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

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

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