#0F5649

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

Shades of Cyprus #0F5649

Tints of Cyprus #0F5649

Color information

#0F5649 (or 0x0F5649) is unknown color: approx Cyprus. HEX triplet: 0F, 56 and 49. RGB value is (15,86,73). Sum of RGB (Red+Green+Blue) = 15+86+73=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #0F5649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5649 is #F0A9B6. Grayscale: #3F3F3F. Windows color (decimal): -15772087 or 4806159. OLE color: 4806159.

HSL color Cylindrical-coordinate representation of color #0F5649: hue angle of 169.01º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5649 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB158673-
CMYK0.8300.150.66
HSL169.01º70.3%19.8%-
HSV(B)169.01º82.56%33.73%-
XYZ4.737.247.45-
YUV63.29133.4893.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=8.62%
G=49.43%
B=41.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586730.8300.150.66169.0170.319.8
HexF5649530F42a94614
Octal1712611112301710225110624
Binary111110101101001001101001101111100001010101001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,86,73); }

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

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

 a { background-color: rgb(15,86,73); }

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

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

 span { border-color: rgb(15,86,73); }

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