#0B4D49

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

Shades of Cyprus #0B4D49

Tints of Cyprus #0B4D49

Color information

#0B4D49 (or 0x0B4D49) is unknown color: approx Cyprus. HEX triplet: 0B, 4D and 49. RGB value is (11,77,73). Sum of RGB (Red+Green+Blue) = 11+77+73=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #0B4D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4D49 is #F4B2B6. Grayscale: #383838. Windows color (decimal): -16036535 or 4803851. OLE color: 4803851.

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

Color convert

RGB117773-
CMYK0.8600.050.70
HSL176.36º75%17.25%-
HSV(B)176.36º85.71%30.2%-
XYZ3.995.867.22-
YUV56.81137.1395.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.83%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=6.83%
G=47.83%
B=45.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1177730.8600.050.70176.367517.25
HexB4D49560546b04b11
Octal131151111260510626011321
Binary10111001101100100110101100101100011010110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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