#0F4642

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

Shades of Cyprus #0F4642

Tints of Cyprus #0F4642

Color information

#0F4642 (or 0x0F4642) is unknown color: approx Cyprus. HEX triplet: 0F, 46 and 42. RGB value is (15,70,66). Sum of RGB (Red+Green+Blue) = 15+70+66=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4642 is #F0B9BD. Grayscale: #353535. Windows color (decimal): -15776190 or 4343311. OLE color: 4343311.

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

Color convert

RGB157066-
CMYK0.7900.060.73
HSL175.64º64.71%16.67%-
HSV(B)175.64º78.57%27.45%-
XYZ3.374.885.92-
YUV53.1135.28100.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 70 (27.73% from 255) = 46.36%
BLUE value IS 66 (26.17% from 255) = 43.71%
R=9.93%
G=46.36%
B=43.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570660.7900.060.73175.6464.7116.67
HexF46424F0649b04111
Octal171061021170611126010121
Binary11111000110100001010011110110100100110110000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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