Html Css Color HEX #0B5941 Jewel

📋 copy color: '#0B5941'

red 11 ◦ green 89 ◦ blue 65

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

Shades of Jewel #0B5941

Tints of Jewel #0B5941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 6.67%
G = 53.94%
B = 39.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#0B5941 (or 0x0B5941) is known color: Jewel. HEX triplet: 0B, 59 and 41. RGB value is (11,89,65). Sum of RGB (Red+Green+Blue) = 11+89+65=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #0B5941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5941 is #F4A6BE. Grayscale: #3E3E3E. Windows color (decimal): -16033471 or 4282635. OLE color: 4282635.

HSL color Cylindrical-coordinate representation of color #0B5941: hue angle of 161.54º 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 #0B5941 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 89 65 -
CMYK 0.88 0 0.27 0.65
HSL 161.54º 0.78% 0.2% -
HSV(B) 161.54º 0.88% 0.35% -
XYZ 4.66 7.6 6.22 -
YUV 62.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 11 89 65 0.88 0 0.27 0.65 161.54 0.78 0.2
Hex B 59 41 58 0 1B 41 A2 4E 14
Octal 13 131 101 130 0 33 101 242 116 24
Binary 1011 1011001 1000001 1011000 0 11011 1000001 10100010 1001110 10100

Color Harmonies of #0B5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5941

Black with #0B5941

Text Example


Text Example

White with #0B5941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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