#0B483F

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

Shades of Cyprus #0B483F

Tints of Cyprus #0B483F

Color information

#0B483F (or 0x0B483F) is unknown color: approx Cyprus. HEX triplet: 0B, 48 and 3F. RGB value is (11,72,63). Sum of RGB (Red+Green+Blue) = 11+72+63=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #0B483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B483F is #F4B7C0. Grayscale: #343434. Windows color (decimal): -16037825 or 4147211. OLE color: 4147211.

HSL color Cylindrical-coordinate representation of color #0B483F: hue angle of 171.15º 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 #0B483F is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB117263-
CMYK0.8500.120.72
HSL171.15º73.49%16.27%-
HSV(B)171.15º84.72%28.24%-
XYZ3.355.065.5-
YUV52.74133.7998.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.53%
GREEN value IS 72 (28.52% from 255) = 49.32%
BLUE value IS 63 (25% from 255) = 43.15%
R=7.53%
G=49.32%
B=43.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1172630.8500.120.72171.1573.4916.27
HexB483F550C48ab4910
Octal131107712501411025311120
Binary10111001000111111101010101100100100010101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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