#0F4742

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

Shades of Cyprus #0F4742

Tints of Cyprus #0F4742

Color information

#0F4742 (or 0x0F4742) is unknown color: approx Cyprus. HEX triplet: 0F, 47 and 42. RGB value is (15,71,66). Sum of RGB (Red+Green+Blue) = 15+71+66=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4742 is #F0B8BD. Grayscale: #353535. Windows color (decimal): -15775934 or 4343567. OLE color: 4343567.

HSL color Cylindrical-coordinate representation of color #0F4742: hue angle of 174.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4742 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB157166-
CMYK0.7900.070.72
HSL174.64º65.12%16.86%-
HSV(B)174.64º78.87%27.84%-
XYZ3.4355.94-
YUV53.69134.95100.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.87%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=9.87%
G=46.71%
B=43.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571660.7900.070.72174.6465.1216.86
HexF47424F0748af4111
Octal171071021170711025710121
Binary11111000111100001010011110111100100010101111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,66); }

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

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

 a { background-color: rgb(15,71,66); }

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

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

 span { border-color: rgb(15,71,66); }

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