#0B4948

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

Shades of Cyprus #0B4948

Tints of Cyprus #0B4948

Color information

#0B4948 (or 0x0B4948) is unknown color: approx Cyprus. HEX triplet: 0B, 49 and 48. RGB value is (11,73,72). Sum of RGB (Red+Green+Blue) = 11+73+72=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #0B4948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4948 is #F4B6B7. Grayscale: #363636. Windows color (decimal): -16037560 or 4737291. OLE color: 4737291.

HSL color Cylindrical-coordinate representation of color #0B4948: hue angle of 179.03º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4948 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB117372-
CMYK0.8500.010.71
HSL179.03º73.81%16.47%-
HSV(B)179.03º84.93%28.63%-
XYZ3.695.36.96-
YUV54.35137.9697.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=7.05%
G=46.79%
B=46.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173720.8500.010.71179.0373.8116.47
HexB4948550147b34a10
Octal131111101250110726311220
Binary101110010011001000101010101100011110110011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,73,72); }

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

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

 a { background-color: rgb(11,73,72); }

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

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

 span { border-color: rgb(11,73,72); }

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