Html Css Color HEX #53520A Verdun Green

📋 copy color: '#53520A'

red 83 ◦ green 82 ◦ blue 10

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

Shades of Verdun Green #53520A

Tints of Verdun Green #53520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 47.43%
G = 46.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53520A (or 0x53520A) is known color: Verdun Green. HEX triplet: 53, 52 and 0A. RGB value is (83,82,10). Sum of RGB (Red+Green+Blue) = 83+82+10=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520A is #ACADF5. Grayscale: #4A4A4A. Windows color (decimal): -11316726 or 676435. OLE color: 676435.

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

Color convert

RGB 83 82 10 -
CMYK 0 0.01 0.88 0.67
HSL 59.18º 0.78% 0.18% -
HSV(B) 59.18º 0.88% 0.33% -
XYZ 6.64 7.9 1.46 -
YUV 74.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 83 82 10 0 0.01 0.88 0.67 59.18 0.78 0.18
Hex 53 52 A 0 1 58 43 3B 4E 12
Octal 123 122 12 0 1 130 103 73 116 22
Binary 1010011 1010010 1010 0 1 1011000 1000011 111011 1001110 10010

Color Harmonies of #53520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53520A

Black with #53520A

Text Example


Text Example

White with #53520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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