#0F453F

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

Shades of Cyprus #0F453F

Tints of Cyprus #0F453F

Color information

#0F453F (or 0x0F453F) is unknown color: approx Cyprus. HEX triplet: 0F, 45 and 3F. RGB value is (15,69,63). Sum of RGB (Red+Green+Blue) = 15+69+63=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #0F453F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F453F is #F0BAC0. Grayscale: #343434. Windows color (decimal): -15776449 or 4146447. OLE color: 4146447.

HSL color Cylindrical-coordinate representation of color #0F453F: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F453F is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB156963-
CMYK0.7800.090.73
HSL173.33º64.29%16.47%-
HSV(B)173.33º78.26%27.06%-
XYZ3.224.725.44-
YUV52.17134.11101.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 63 (25% from 255) = 42.86%
R=10.20%
G=46.94%
B=42.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569630.7800.090.73173.3364.2916.47
HexF453F4E0949ad4010
Octal171057711601111125510020
Binary11111000101111111100111001001100100110101101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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