#658745

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

Shades of Dingley #658745

Tints of Dingley #658745

Color information

#658745 (or 0x658745) is unknown color: approx Dingley. HEX triplet: 65, 87 and 45. RGB value is (101,135,69). Sum of RGB (Red+Green+Blue) = 101+135+69=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #658745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658745 is #9A78BA. Grayscale: #757575. Windows color (decimal): -10123451 or 4556645. OLE color: 4556645.

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

Color convert

RGB10113569-
CMYK0.2500.490.47
HSL90.91º32.35%40%-
HSV(B)90.91º48.89%52.94%-
XYZ15.120.528.8-
YUV117.31100.74116.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=33.11%
G=44.26%
B=22.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101135690.2500.490.4790.9132.3540
Hex658745190312F5b2028
Octal14520710531061571334050
Binary11001011000011110001011100101100011011111011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658745; }

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

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

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

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

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

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

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

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