#0B5048

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

Shades of Cyprus #0B5048

Tints of Cyprus #0B5048

Color information

#0B5048 (or 0x0B5048) is unknown color: approx Cyprus. HEX triplet: 0B, 50 and 48. RGB value is (11,80,72). Sum of RGB (Red+Green+Blue) = 11+80+72=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5048 is #F4AFB7. Grayscale: #3A3A3A. Windows color (decimal): -16035768 or 4739083. OLE color: 4739083.

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

Color convert

RGB118072-
CMYK0.8600.100.69
HSL173.04º75.82%17.84%-
HSV(B)173.04º86.25%31.37%-
XYZ4.186.287.12-
YUV58.46135.6494.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.75%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=6.75%
G=49.08%
B=44.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1180720.8600.100.69173.0475.8217.84
HexB5048560A45ad4c12
Octal1312011012601210525511422
Binary101110100001001000101011001010100010110101101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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