#0B845B

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

Shades of Deep Sea #0B845B

Tints of Deep Sea #0B845B

Color information

#0B845B (or 0x0B845B) is unknown color: approx Deep Sea. HEX triplet: 0B, 84 and 5B. RGB value is (11,132,91). Sum of RGB (Red+Green+Blue) = 11+132+91=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #0B845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B845B is #F47BA4. Grayscale: #5B5B5B. Windows color (decimal): -16022437 or 5997579. OLE color: 5997579.

HSL color Cylindrical-coordinate representation of color #0B845B: hue angle of 159.67º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B845B is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1113291-
CMYK0.9200.310.48
HSL159.67º84.62%28.04%-
HSV(B)159.67º91.67%51.76%-
XYZ10.2817.3312.7-
YUV91.15127.9170.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 132 (51.95% from 255) = 56.41%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=4.70%
G=56.41%
B=38.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11132910.9200.310.48159.6784.6228.04
HexB845B5C01F30a0551c
Octal132041331340376024012534
Binary1011100001001011011101110001111111000010100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,132,91); }

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

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

 a { background-color: rgb(11,132,91); }

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

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

 span { border-color: rgb(11,132,91); }

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