#57823A

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

Shades of Dingley #57823A

Tints of Dingley #57823A

Color information

#57823A (or 0x57823A) is unknown color: approx Dingley. HEX triplet: 57, 82 and 3A. RGB value is (87,130,58). Sum of RGB (Red+Green+Blue) = 87+130+58=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #57823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57823A is #A87DC5. Grayscale: #6D6D6D. Windows color (decimal): -11042246 or 3834455. OLE color: 3834455.

HSL color Cylindrical-coordinate representation of color #57823A: hue angle of 95.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57823A is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB8713058-
CMYK0.3300.550.49
HSL95.83º38.3%36.86%-
HSV(B)95.83º55.38%50.98%-
XYZ12.6818.36.87-
YUV108.9499.25112.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=31.64%
G=47.27%
B=21.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87130580.3300.550.4995.8338.336.86
Hex57823A2103731602625
Octal1272027241067611404645
Binary10101111000001011101010000101101111100011100000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,130,58); }

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

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

 a { background-color: rgb(87,130,58); }

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

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

 span { border-color: rgb(87,130,58); }

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