#0F5A42

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

Shades of Jewel #0F5A42

Tints of Jewel #0F5A42

Color information

#0F5A42 (or 0x0F5A42) is unknown color: approx Jewel. HEX triplet: 0F, 5A and 42. RGB value is (15,90,66). Sum of RGB (Red+Green+Blue) = 15+90+66=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A42 is #F0A5BD. Grayscale: #404040. Windows color (decimal): -15771070 or 4348431. OLE color: 4348431.

HSL color Cylindrical-coordinate representation of color #0F5A42: hue angle of 160.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 #0F5A42 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB159066-
CMYK0.8300.270.65
HSL160.8º71.43%20.59%-
HSV(B)160.8º83.33%35.29%-
XYZ4.847.816.41-
YUV64.84128.6592.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 90 (35.55% from 255) = 52.63%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=8.77%
G=52.63%
B=38.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1590660.8300.270.65160.871.4320.59
HexF5A425301B41a14715
Octal1713210212303310124110725
Binary1111101101010000101010011011011100000110100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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