#0F5548

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

Shades of Cyprus #0F5548

Tints of Cyprus #0F5548

Color information

#0F5548 (or 0x0F5548) is unknown color: approx Cyprus. HEX triplet: 0F, 55 and 48. RGB value is (15,85,72). Sum of RGB (Red+Green+Blue) = 15+85+72=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5548 is #F0AAB7. Grayscale: #3E3E3E. Windows color (decimal): -15772344 or 4740367. OLE color: 4740367.

HSL color Cylindrical-coordinate representation of color #0F5548: hue angle of 168.86º 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 #0F5548 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB158572-
CMYK0.8200.150.67
HSL168.86º70%19.61%-
HSV(B)168.86º82.35%33.33%-
XYZ4.627.077.25-
YUV62.59133.3194.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.72%
GREEN value IS 85 (33.59% from 255) = 49.42%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=8.72%
G=49.42%
B=41.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585720.8200.150.67168.867019.61
HexF5548520F43a94614
Octal1712511012201710325110624
Binary111110101011001000101001001111100001110101001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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