#0F4A43

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

Shades of Cyprus #0F4A43

Tints of Cyprus #0F4A43

Color information

#0F4A43 (or 0x0F4A43) is unknown color: approx Cyprus. HEX triplet: 0F, 4A and 43. RGB value is (15,74,67). Sum of RGB (Red+Green+Blue) = 15+74+67=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #0F4A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4A43 is #F0B5BC. Grayscale: #373737. Windows color (decimal): -15775165 or 4409871. OLE color: 4409871.

HSL color Cylindrical-coordinate representation of color #0F4A43: hue angle of 172.88º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4A43 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB157467-
CMYK0.8000.090.71
HSL172.88º66.29%17.45%-
HSV(B)172.88º79.73%29.02%-
XYZ3.665.46.16-
YUV55.56134.4599.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.62%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=9.62%
G=47.44%
B=42.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1574670.8000.090.71172.8866.2917.45
HexF4A43500947ad4211
Octal1711210312001110725510221
Binary111110010101000011101000001001100011110101101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,74,67); }

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

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

 a { background-color: rgb(15,74,67); }

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

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

 span { border-color: rgb(15,74,67); }

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