#0F413F

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

Shades of Cyprus #0F413F

Tints of Cyprus #0F413F

Color information

#0F413F (or 0x0F413F) is unknown color: approx Cyprus. HEX triplet: 0F, 41 and 3F. RGB value is (15,65,63). Sum of RGB (Red+Green+Blue) = 15+65+63=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413F is #F0BEC0. Grayscale: #313131. Windows color (decimal): -15777473 or 4145423. OLE color: 4145423.

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

Color convert

RGB156563-
CMYK0.7700.030.75
HSL177.6º62.5%15.69%-
HSV(B)177.6º76.92%25.49%-
XYZ2.984.245.36-
YUV49.82135.44103.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 63 (25% from 255) = 44.06%
R=10.49%
G=45.45%
B=44.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565630.7700.030.75177.662.515.69
HexF413F4D034Bb23e10
Octal1710177115031132627620
Binary11111000001111111100110101110010111011001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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