#0F463F

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

Shades of Cyprus #0F463F

Tints of Cyprus #0F463F

Color information

#0F463F (or 0x0F463F) is unknown color: approx Cyprus. HEX triplet: 0F, 46 and 3F. RGB value is (15,70,63). Sum of RGB (Red+Green+Blue) = 15+70+63=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #0F463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F463F is #F0B9C0. Grayscale: #343434. Windows color (decimal): -15776193 or 4146703. OLE color: 4146703.

HSL color Cylindrical-coordinate representation of color #0F463F: hue angle of 172.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F463F is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB157063-
CMYK0.7900.100.73
HSL172.36º64.71%16.67%-
HSV(B)172.36º78.57%27.45%-
XYZ3.284.845.46-
YUV52.76133.78101.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 63 (25% from 255) = 42.57%
R=10.14%
G=47.30%
B=42.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570630.7900.100.73172.3664.7116.67
HexF463F4F0A49ac4111
Octal171067711701211125410121
Binary11111000110111111100111101010100100110101100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,70,63); }

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

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

 a { background-color: rgb(15,70,63); }

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

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

 span { border-color: rgb(15,70,63); }

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