#0A5641

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

Shades of Jewel #0A5641

Tints of Jewel #0A5641

Color information

#0A5641 (or 0x0A5641) is unknown color: approx Jewel. HEX triplet: 0A, 56 and 41. RGB value is (10,86,65). Sum of RGB (Red+Green+Blue) = 10+86+65=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5641 is #F5A9BE. Grayscale: #3C3C3C. Windows color (decimal): -16099775 or 4281866. OLE color: 4281866.

HSL color Cylindrical-coordinate representation of color #0A5641: hue angle of 163.42º 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 #0A5641 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB108665-
CMYK0.8800.240.66
HSL163.42º79.17%18.82%-
HSV(B)163.42º88.37%33.73%-
XYZ4.417.16.14-
YUV60.88130.3291.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=6.21%
G=53.42%
B=40.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086650.8800.240.66163.4279.1718.82
HexA56415801842a34f13
Octal1212610113003010224311723
Binary1010101011010000011011000011000100001010100011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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