#0F403C

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

Shades of Cyprus #0F403C

Tints of Cyprus #0F403C

Color information

#0F403C (or 0x0F403C) is unknown color: approx Cyprus. HEX triplet: 0F, 40 and 3C. RGB value is (15,64,60). Sum of RGB (Red+Green+Blue) = 15+64+60=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #0F403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F403C is #F0BFC3. Grayscale: #303030. Windows color (decimal): -15777732 or 3948559. OLE color: 3948559.

HSL color Cylindrical-coordinate representation of color #0F403C: hue angle of 175.1º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F403C is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB156460-
CMYK0.7700.060.75
HSL175.1º62.03%15.49%-
HSV(B)175.1º76.56%25.1%-
XYZ2.854.094.92-
YUV48.89134.27103.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=10.79%
G=46.04%
B=43.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564600.7700.060.75175.162.0315.49
HexF403C4D064Baf3ef
Octal1710074115061132577617
Binary11111000000111100100110101101001011101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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