#0A5B3F

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

Shades of Jewel #0A5B3F

Tints of Jewel #0A5B3F

Color information

#0A5B3F (or 0x0A5B3F) is unknown color: approx Jewel. HEX triplet: 0A, 5B and 3F. RGB value is (10,91,63). Sum of RGB (Red+Green+Blue) = 10+91+63=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B3F is #F5A4C0. Grayscale: #3F3F3F. Windows color (decimal): -16098497 or 4152074. OLE color: 4152074.

HSL color Cylindrical-coordinate representation of color #0A5B3F: hue angle of 159.26º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B3F is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB109163-
CMYK0.8900.310.64
HSL159.26º80.2%19.8%-
HSV(B)159.26º89.01%35.69%-
XYZ4.767.915.98-
YUV63.59127.6689.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.10%
GREEN value IS 91 (35.94% from 255) = 55.49%
BLUE value IS 63 (25% from 255) = 38.41%
R=6.10%
G=55.49%
B=38.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091630.8900.310.64159.2680.219.8
HexA5B3F5901F409f5014
Octal121337713103710023712024
Binary101010110111111111011001011111100000010011111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,63); }

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

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

 a { background-color: rgb(10,91,63); }

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

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

 span { border-color: rgb(10,91,63); }

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