#0B4840

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

Shades of Cyprus #0B4840

Tints of Cyprus #0B4840

Color information

#0B4840 (or 0x0B4840) is unknown color: approx Cyprus. HEX triplet: 0B, 48 and 40. RGB value is (11,72,64). Sum of RGB (Red+Green+Blue) = 11+72+64=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0B4840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4840 is #F4B7BF. Grayscale: #343434. Windows color (decimal): -16037824 or 4212747. OLE color: 4212747.

HSL color Cylindrical-coordinate representation of color #0B4840: hue angle of 172.13º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4840 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB117264-
CMYK0.8500.110.72
HSL172.13º73.49%16.27%-
HSV(B)172.13º84.72%28.24%-
XYZ3.385.085.65-
YUV52.85134.2998.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=7.48%
G=48.98%
B=43.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172640.8500.110.72172.1373.4916.27
HexB4840550B48ac4910
Octal1311010012501311025411120
Binary101110010001000000101010101011100100010101100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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