Html Css Color HEX #0A5B47 Jewel

📋 copy color: '#0A5B47'

red 10 ◦ green 91 ◦ blue 71

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

Shades of Jewel #0A5B47

Tints of Jewel #0A5B47

RGB

 RED value IS 10 (4.3% from 255) = 5.81%

 GREEN value IS 91 (35.94% from 255) = 52.91%

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

R = 5.81%
G = 52.91%
B = 41.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#0A5B47 (or 0x0A5B47) is known color: Jewel. HEX triplet: 0A, 5B and 47. RGB value is (10,91,71). Sum of RGB (Red+Green+Blue) = 10+91+71=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B47 is #F5A4B8. Grayscale: #404040. Windows color (decimal): -16098489 or 4676362. OLE color: 4676362.

HSL color Cylindrical-coordinate representation of color #0A5B47: hue angle of 165.19º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5B47 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 91 71 -
CMYK 0.89 0 0.22 0.64
HSL 165.19º 0.8% 0.2% -
HSV(B) 165.19º 0.89% 0.36% -
XYZ 5 8 7.24 -
YUV 64.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 10 91 71 0.89 0 0.22 0.64 165.19 0.8 0.2
Hex A 5B 47 59 0 16 40 A5 50 14
Octal 12 133 107 131 0 26 100 245 120 24
Binary 1010 1011011 1000111 1011001 0 10110 1000000 10100101 1010000 10100

Color Harmonies of #0A5B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5B47

Black with #0A5B47

Text Example


Text Example

White with #0A5B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,91,71); }

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

background-color css

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

 a { background-color: rgb(10,91,71); }

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

border-color css

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

 span { border-color: rgb(10,91,71); }

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