#0F4240

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

Shades of Cyprus #0F4240

Tints of Cyprus #0F4240

Color information

#0F4240 (or 0x0F4240) is unknown color: approx Cyprus. HEX triplet: 0F, 42 and 40. RGB value is (15,66,64). Sum of RGB (Red+Green+Blue) = 15+66+64=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4240 is #F0BDBF. Grayscale: #323232. Windows color (decimal): -15777216 or 4211215. OLE color: 4211215.

HSL color Cylindrical-coordinate representation of color #0F4240: hue angle of 177.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4240 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB156664-
CMYK0.7700.030.74
HSL177.65º62.96%15.88%-
HSV(B)177.65º77.27%25.88%-
XYZ3.074.375.53-
YUV50.52135.6102.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=10.34%
G=45.52%
B=44.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1566640.7700.030.74177.6562.9615.88
HexF42404D034Ab23f10
Octal17102100115031122627720
Binary111110000101000000100110101110010101011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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