#688252

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

Shades of Dingley #688252

Tints of Dingley #688252

Color information

#688252 (or 0x688252) is unknown color: approx Dingley. HEX triplet: 68, 82 and 52. RGB value is (104,130,82). Sum of RGB (Red+Green+Blue) = 104+130+82=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #688252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688252 is #977DAD. Grayscale: #747474. Windows color (decimal): -9928110 or 5407336. OLE color: 5407336.

HSL color Cylindrical-coordinate representation of color #688252: hue angle of 92.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #688252 is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB10413082-
CMYK0.200.370.49
HSL92.5º22.64%41.57%-
HSV(B)92.5º36.92%50.98%-
XYZ15.2119.5210.95-
YUV116.75108.39118.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=32.91%
G=41.14%
B=25.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130820.200.370.4992.522.6441.57
Hex68825214025315c172a
Octal15020212224045611342752
Binary1101000100000101010010101000100101110001101110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688252; }

 p { color: rgb(104,130,82); }

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

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

 a { background-color: rgb(104,130,82); }

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

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

 span { border-color: rgb(104,130,82); }

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