Html Css Color HEX #0D5847 Jewel

📋 copy color: '#0D5847'

red 13 ◦ green 88 ◦ blue 71

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

Shades of Jewel #0D5847

Tints of Jewel #0D5847

RGB

 RED value IS 13 (5.47% from 255) = 7.56%

 GREEN value IS 88 (34.77% from 255) = 51.16%

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

R = 7.56%
G = 51.16%
B = 41.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#0D5847 (or 0x0D5847) is known color: Jewel. HEX triplet: 0D, 58 and 47. RGB value is (13,88,71). Sum of RGB (Red+Green+Blue) = 13+88+71=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #0D5847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5847 is #F2A7B8. Grayscale: #3F3F3F. Windows color (decimal): -15902649 or 4675597. OLE color: 4675597.

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

Color convert

RGB 13 88 71 -
CMYK 0.85 0 0.19 0.65
HSL 166.4º 0.74% 0.2% -
HSV(B) 166.4º 0.85% 0.35% -
XYZ 4.79 7.52 7.16 -
YUV 63.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 13 88 71 0.85 0 0.19 0.65 166.4 0.74 0.2
Hex D 58 47 55 0 13 41 A6 4A 14
Octal 15 130 107 125 0 23 101 246 112 24
Binary 1101 1011000 1000111 1010101 0 10011 1000001 10100110 1001010 10100

Color Harmonies of #0D5847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5847

Black with #0D5847

Text Example


Text Example

White with #0D5847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,88,71); }

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

background-color css

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

 a { background-color: rgb(13,88,71); }

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

border-color css

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

 span { border-color: rgb(13,88,71); }

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