#0A5640

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

Shades of Jewel #0A5640

Tints of Jewel #0A5640

Color information

#0A5640 (or 0x0A5640) is unknown color: approx Jewel. HEX triplet: 0A, 56 and 40. RGB value is (10,86,64). Sum of RGB (Red+Green+Blue) = 10+86+64=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5640 is #F5A9BF. Grayscale: #3C3C3C. Windows color (decimal): -16099776 or 4216330. OLE color: 4216330.

HSL color Cylindrical-coordinate representation of color #0A5640: hue angle of 162.63º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5640 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB108664-
CMYK0.8800.260.66
HSL162.63º79.17%18.82%-
HSV(B)162.63º88.37%33.73%-
XYZ4.387.095.99-
YUV60.77129.8291.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.25%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 64 (25.39% from 255) = 40%
R=6.25%
G=53.75%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086640.8800.260.66162.6379.1718.82
HexA56405801A42a34f13
Octal1212610013003210224311723
Binary1010101011010000001011000011010100001010100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5640; }

 p { color: rgb(10,86,64); }

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

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

 a { background-color: rgb(10,86,64); }

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

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

 span { border-color: rgb(10,86,64); }

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