#658539

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

Shades of Dingley #658539

Tints of Dingley #658539

Color information

#658539 (or 0x658539) is unknown color: approx Dingley. HEX triplet: 65, 85 and 39. RGB value is (101,133,57). Sum of RGB (Red+Green+Blue) = 101+133+57=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #658539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658539 is #9A7AC6. Grayscale: #737373. Windows color (decimal): -10123975 or 3769701. OLE color: 3769701.

HSL color Cylindrical-coordinate representation of color #658539: hue angle of 85.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658539 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB10113357-
CMYK0.2400.570.48
HSL85.26º40%37.25%-
HSV(B)85.26º57.14%52.16%-
XYZ14.4919.846.94-
YUV114.7795.4118.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=34.71%
G=45.70%
B=19.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133570.2400.570.4885.264037.25
Hex6585391803930552825
Octal1452057130071601255045
Binary1100101100001011110011100001110011100001010101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658539; }

 p { color: rgb(101,133,57); }

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

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

 a { background-color: rgb(101,133,57); }

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

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

 span { border-color: rgb(101,133,57); }

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