#0F5A47

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

Shades of Jewel #0F5A47

Tints of Jewel #0F5A47

Color information

#0F5A47 (or 0x0F5A47) is unknown color: approx Jewel. HEX triplet: 0F, 5A and 47. RGB value is (15,90,71). Sum of RGB (Red+Green+Blue) = 15+90+71=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A47 is #F0A5B8. Grayscale: #414141. Windows color (decimal): -15771065 or 4676111. OLE color: 4676111.

HSL color Cylindrical-coordinate representation of color #0F5A47: hue angle of 164.8º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A47 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB159071-
CMYK0.8300.210.65
HSL164.8º71.43%20.59%-
HSV(B)164.8º83.33%35.29%-
XYZ4.997.877.22-
YUV65.41131.1592.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.52%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 71 (28.12% from 255) = 40.34%
R=8.52%
G=51.14%
B=40.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1590710.8300.210.65164.871.4320.59
HexF5A475301541a54715
Octal1713210712302510124510725
Binary1111101101010001111010011010101100000110100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,90,71); }

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

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

 a { background-color: rgb(15,90,71); }

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

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

 span { border-color: rgb(15,90,71); }

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