#0F3F3D

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

Shades of Cyprus #0F3F3D

Tints of Cyprus #0F3F3D

Color information

#0F3F3D (or 0x0F3F3D) is unknown color: approx Cyprus. HEX triplet: 0F, 3F and 3D. RGB value is (15,63,61). Sum of RGB (Red+Green+Blue) = 15+63+61=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3F3D is #F0C0C2. Grayscale: #303030. Windows color (decimal): -15777987 or 4013839. OLE color: 4013839.

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

Color convert

RGB156361-
CMYK0.7600.030.75
HSL177.5º61.54%15.29%-
HSV(B)177.5º76.19%24.71%-
XYZ2.823.995.04-
YUV48.42135.1104.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.79%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=10.79%
G=45.32%
B=43.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1563610.7600.030.75177.561.5415.29
HexF3F3D4C034Bb23ef
Octal177775114031132627617
Binary111111111111110110011000111001011101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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