Html Css Color HEX #53570A Verdun Green

📋 copy color: '#53570A'

red 83 ◦ green 87 ◦ blue 10

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

Shades of Verdun Green #53570A

Tints of Verdun Green #53570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.33%

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

R = 46.11%
G = 48.33%
B = 5.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#53570A (or 0x53570A) is known color: Verdun Green. HEX triplet: 53, 57 and 0A. RGB value is (83,87,10). Sum of RGB (Red+Green+Blue) = 83+87+10=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #53570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53570A is #ACA8F5. Grayscale: #4D4D4D. Windows color (decimal): -11315446 or 677715. OLE color: 677715.

HSL color Cylindrical-coordinate representation of color #53570A: hue angle of 63.12º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53570A is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 87 10 -
CMYK 0.05 0 0.89 0.66
HSL 63.12º 0.79% 0.19% -
HSV(B) 63.12º 0.89% 0.34% -
XYZ 7.03 8.68 1.59 -
YUV 77.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 83 87 10 0.05 0 0.89 0.66 63.12 0.79 0.19
Hex 53 57 A 5 0 59 42 3F 4F 13
Octal 123 127 12 5 0 131 102 77 117 23
Binary 1010011 1010111 1010 101 0 1011001 1000010 111111 1001111 10011

Color Harmonies of #53570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53570A

Black with #53570A

Text Example


Text Example

White with #53570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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