Html Css Color HEX #53530A Verdun Green

📋 copy color: '#53530A'

red 83 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #53530A

Tints of Verdun Green #53530A

RGB

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

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

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

R = 47.16%
G = 47.16%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53530A (or 0x53530A) is known color: Verdun Green. HEX triplet: 53, 53 and 0A. RGB value is (83,83,10). Sum of RGB (Red+Green+Blue) = 83+83+10=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53530A is #ACACF5. Grayscale: #4A4A4A. Windows color (decimal): -11316470 or 676691. OLE color: 676691.

HSL color Cylindrical-coordinate representation of color #53530A: hue angle of 60º 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 #53530A is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 10 -
CMYK 0 0 0.88 0.67
HSL 60º 0.78% 0.18% -
HSV(B) 60º 0.88% 0.33% -
XYZ 6.72 8.05 1.49 -
YUV 74.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 83 83 10 0 0 0.88 0.67 60 0.78 0.18
Hex 53 53 A 0 0 58 43 3C 4E 12
Octal 123 123 12 0 0 130 103 74 116 22
Binary 1010011 1010011 1010 0 0 1011000 1000011 111100 1001110 10010

Color Harmonies of #53530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53530A

Black with #53530A

Text Example


Text Example

White with #53530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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