#657C53

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

Shades of Dingley #657C53

Tints of Dingley #657C53

Color information

#657C53 (or 0x657C53) is unknown color: approx Dingley. HEX triplet: 65, 7C and 53. RGB value is (101,124,83). Sum of RGB (Red+Green+Blue) = 101+124+83=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #657C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C53 is #9A83AC. Grayscale: #707070. Windows color (decimal): -10126253 or 5471333. OLE color: 5471333.

HSL color Cylindrical-coordinate representation of color #657C53: hue angle of 93.66º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657C53 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB10112483-
CMYK0.1900.330.51
HSL93.66º19.81%40.59%-
HSV(B)93.66º33.06%48.63%-
XYZ14.1417.8110.88-
YUV112.45111.38119.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=32.79%
G=40.26%
B=26.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101124830.1900.330.5193.6619.8140.59
Hex657C5313021335e1429
Octal14517412323041631362451
Binary110010111111001010011100110100001110011101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657C53; }

 p { color: rgb(101,124,83); }

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

<style>
 a { background-color: #657C53; }

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

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

<style>
 span { border-color: #657C53; }

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

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