#57803C

Color #57803C Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #57803C

Tints of Dingley #57803C

Color information

#57803C (or 0x57803C) is unknown color: approx Dingley. HEX triplet: 57, 80 and 3C. RGB value is (87,128,60). Sum of RGB (Red+Green+Blue) = 87+128+60=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #57803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57803C is #A87FC3. Grayscale: #6C6C6C. Windows color (decimal): -11042756 or 3965015. OLE color: 3965015.

HSL color Cylindrical-coordinate representation of color #57803C: hue angle of 96.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57803C is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB8712860-
CMYK0.3200.530.50
HSL96.18º36.17%36.86%-
HSV(B)96.18º53.12%50.2%-
XYZ12.4717.797.05-
YUV107.99100.92113.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=31.64%
G=46.55%
B=21.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87128600.3200.530.5096.1836.1736.86
Hex57803C2003532602425
Octal1272007440065621404445
Binary10101111000000011110010000001101011100101100000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57803C; }

 p { color: rgb(87,128,60); }

 H1.HeaderClassName
 {
   color: #57803C;
 }
 .AnyTagClassName
 {
   color: #57803C;
 }
</style>
background-color css

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

 a { background-color: rgb(87,128,60); }

 div.DivClassName
 {
   background-color: #57803C;
 }
 .BgClassName
 {
   background-color: #57803C;
 }
</style>
border-color css

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

 span { border-color: rgb(87,128,60); }

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