#0A563B

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

Shades of Fun Green #0A563B

Tints of Fun Green #0A563B

Color information

#0A563B (or 0x0A563B) is unknown color: approx Fun Green. HEX triplet: 0A, 56 and 3B. RGB value is (10,86,59). Sum of RGB (Red+Green+Blue) = 10+86+59=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #0A563B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A563B is #F5A9C4. Grayscale: #3C3C3C. Windows color (decimal): -16099781 or 3888650. OLE color: 3888650.

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

Color convert

RGB108659-
CMYK0.8800.310.66
HSL158.68º79.17%18.82%-
HSV(B)158.68º88.37%33.73%-
XYZ4.247.045.27-
YUV60.2127.3292.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 86 (33.98% from 255) = 55.48%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=6.45%
G=55.48%
B=38.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086590.8800.310.66158.6879.1718.82
HexA563B5801F429f4f13
Octal121267313003710223711723
Binary101010101101110111011000011111100001010011111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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