#0F5B41

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

Shades of Jewel #0F5B41

Tints of Jewel #0F5B41

Color information

#0F5B41 (or 0x0F5B41) is unknown color: approx Jewel. HEX triplet: 0F, 5B and 41. RGB value is (15,91,65). Sum of RGB (Red+Green+Blue) = 15+91+65=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 91 (35.94% from 255 or 53.22% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B41 is #F0A4BE. Grayscale: #414141. Windows color (decimal): -15770815 or 4283151. OLE color: 4283151.

HSL color Cylindrical-coordinate representation of color #0F5B41: hue angle of 159.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5B41 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB159165-
CMYK0.8400.290.64
HSL159.47º71.7%20.78%-
HSV(B)159.47º83.52%35.69%-
XYZ4.897.976.28-
YUV65.31127.8292.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 91 (35.94% from 255) = 53.22%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=8.77%
G=53.22%
B=38.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591650.8400.290.64159.4771.720.78
HexF5B415401D409f4815
Octal1713310112403510023711025
Binary1111101101110000011010100011101100000010011111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,91,65); }

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

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

 a { background-color: rgb(15,91,65); }

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

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

 span { border-color: rgb(15,91,65); }

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