#0B4E47

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

Shades of Cyprus #0B4E47

Tints of Cyprus #0B4E47

Color information

#0B4E47 (or 0x0B4E47) is unknown color: approx Cyprus. HEX triplet: 0B, 4E and 47. RGB value is (11,78,71). Sum of RGB (Red+Green+Blue) = 11+78+71=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4E47 is #F4B1B8. Grayscale: #393939. Windows color (decimal): -16036281 or 4673035. OLE color: 4673035.

HSL color Cylindrical-coordinate representation of color #0B4E47: hue angle of 173.73º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E47 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB117871-
CMYK0.8600.090.69
HSL173.73º75.28%17.45%-
HSV(B)173.73º85.9%30.59%-
XYZ45.976.9-
YUV57.17135.895.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.88%
GREEN value IS 78 (30.86% from 255) = 48.75%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=6.88%
G=48.75%
B=44.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1178710.8600.090.69173.7375.2817.45
HexB4E47560945ae4b11
Octal1311610712601110525611321
Binary101110011101000111101011001001100010110101110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,78,71); }

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

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

 a { background-color: rgb(11,78,71); }

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

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

 span { border-color: rgb(11,78,71); }

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