Html Css Color HEX #0B5A47 Jewel

📋 copy color: '#0B5A47'

red 11 ◦ green 90 ◦ blue 71

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

Shades of Jewel #0B5A47

Tints of Jewel #0B5A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.33%

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 6.4%
G = 52.33%
B = 41.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#0B5A47 (or 0x0B5A47) is known color: Jewel. HEX triplet: 0B, 5A and 47. RGB value is (11,90,71). Sum of RGB (Red+Green+Blue) = 11+90+71=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A47 is #F4A5B8. Grayscale: #404040. Windows color (decimal): -16033209 or 4676107. OLE color: 4676107.

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

Color convert

RGB 11 90 71 -
CMYK 0.88 0 0.21 0.65
HSL 165.57º 0.78% 0.2% -
HSV(B) 165.57º 0.88% 0.35% -
XYZ 4.93 7.84 7.21 -
YUV 64.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 11 90 71 0.88 0 0.21 0.65 165.57 0.78 0.2
Hex B 5A 47 58 0 15 41 A6 4E 14
Octal 13 132 107 130 0 25 101 246 116 24
Binary 1011 1011010 1000111 1011000 0 10101 1000001 10100110 1001110 10100

Color Harmonies of #0B5A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A47

Black with #0B5A47

Text Example


Text Example

White with #0B5A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,90,71); }

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

background-color css

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

 a { background-color: rgb(11,90,71); }

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

border-color css

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

 span { border-color: rgb(11,90,71); }

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