#0B4F44

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

Shades of Cyprus #0B4F44

Tints of Cyprus #0B4F44

Color information

#0B4F44 (or 0x0B4F44) is unknown color: approx Cyprus. HEX triplet: 0B, 4F and 44. RGB value is (11,79,68). Sum of RGB (Red+Green+Blue) = 11+79+68=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F44 is #F4B0BB. Grayscale: #393939. Windows color (decimal): -16036028 or 4476683. OLE color: 4476683.

HSL color Cylindrical-coordinate representation of color #0B4F44: hue angle of 170.29º 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 #0B4F44 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB117968-
CMYK0.8600.140.69
HSL170.29º75.56%17.65%-
HSV(B)170.29º86.08%30.98%-
XYZ3.986.086.43-
YUV57.41133.9794.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.96%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=6.96%
G=50%
B=43.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1179680.8600.140.69170.2975.5617.65
HexB4F44560E45aa4c12
Octal1311710412601610525211422
Binary101110011111000100101011001110100010110101010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,79,68); }

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

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

 a { background-color: rgb(11,79,68); }

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

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

 span { border-color: rgb(11,79,68); }

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