#0F413E

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

Shades of Cyprus #0F413E

Tints of Cyprus #0F413E

Color information

#0F413E (or 0x0F413E) is unknown color: approx Cyprus. HEX triplet: 0F, 41 and 3E. RGB value is (15,65,62). Sum of RGB (Red+Green+Blue) = 15+65+62=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413E is #F0BEC1. Grayscale: #313131. Windows color (decimal): -15777474 or 4079887. OLE color: 4079887.

HSL color Cylindrical-coordinate representation of color #0F413E: hue angle of 176.4º 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 #0F413E is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB156562-
CMYK0.7700.050.75
HSL176.4º62.5%15.69%-
HSV(B)176.4º76.92%25.49%-
XYZ2.964.235.22-
YUV49.71134.94103.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=10.56%
G=45.77%
B=43.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565620.7700.050.75176.462.515.69
HexF413E4D054Bb03e10
Octal1710176115051132607620
Binary111110000011111101001101010110010111011000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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