Html Css Color HEX #0B5949 Watercourse

📋 copy color: '#0B5949'

red 11 ◦ green 89 ◦ blue 73

#0B5949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0B5949

Tints of Watercourse #0B5949

RGB

 RED value IS 11 (4.69% from 255) = 6.36%

 GREEN value IS 89 (35.16% from 255) = 51.45%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 6.36%
G = 51.45%
B = 42.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#0B5949 (or 0x0B5949) is known color: Watercourse. HEX triplet: 0B, 59 and 49. RGB value is (11,89,73). Sum of RGB (Red+Green+Blue) = 11+89+73=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #0B5949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5949 is #F4A6B6. Grayscale: #3F3F3F. Windows color (decimal): -16033463 or 4806923. OLE color: 4806923.

HSL color Cylindrical-coordinate representation of color #0B5949: hue angle of 167.69º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5949 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 89 73 -
CMYK 0.88 0 0.18 0.65
HSL 167.69º 0.78% 0.2% -
HSV(B) 167.69º 0.88% 0.35% -
XYZ 4.91 7.7 7.53 -
YUV 63.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 11 89 73 0.88 0 0.18 0.65 167.69 0.78 0.2
Hex B 59 49 58 0 12 41 A8 4E 14
Octal 13 131 111 130 0 22 101 250 116 24
Binary 1011 1011001 1001001 1011000 0 10010 1000001 10101000 1001110 10100

Color Harmonies of #0B5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5949

Black with #0B5949

Text Example


Text Example

White with #0B5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B5949;
 }
 .AnyTagClassName
 {
   color: #0B5949;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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