#658748

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

Shades of Dingley #658748

Tints of Dingley #658748

Color information

#658748 (or 0x658748) is unknown color: approx Dingley. HEX triplet: 65, 87 and 48. RGB value is (101,135,72). Sum of RGB (Red+Green+Blue) = 101+135+72=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #658748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658748 is #9A78B7. Grayscale: #757575. Windows color (decimal): -10123448 or 4753253. OLE color: 4753253.

HSL color Cylindrical-coordinate representation of color #658748: hue angle of 92.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658748 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB10113572-
CMYK0.2500.470.47
HSL92.38º30.43%40.59%-
HSV(B)92.38º46.67%52.94%-
XYZ15.220.569.3-
YUV117.65102.24116.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=32.79%
G=43.83%
B=23.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135720.2500.470.4792.3830.4340.59
Hex6587481902F2F5c1e29
Octal14520711031057571343651
Binary1100101100001111001000110010101111101111101110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658748; }

 p { color: rgb(101,135,72); }

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

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

 a { background-color: rgb(101,135,72); }

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

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

 span { border-color: rgb(101,135,72); }

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