#0F5549

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

Shades of Cyprus #0F5549

Tints of Cyprus #0F5549

Color information

#0F5549 (or 0x0F5549) is unknown color: approx Cyprus. HEX triplet: 0F, 55 and 49. RGB value is (15,85,73). Sum of RGB (Red+Green+Blue) = 15+85+73=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5549 is #F0AAB6. Grayscale: #3E3E3E. Windows color (decimal): -15772343 or 4805903. OLE color: 4805903.

HSL color Cylindrical-coordinate representation of color #0F5549: hue angle of 169.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5549 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB158573-
CMYK0.8200.140.67
HSL169.71º70%19.61%-
HSV(B)169.71º82.35%33.33%-
XYZ4.657.087.42-
YUV62.7133.8193.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.67%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=8.67%
G=49.13%
B=42.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585730.8200.140.67169.717019.61
HexF5549520E43aa4614
Octal1712511112201610325210624
Binary111110101011001001101001001110100001110101010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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