Html Css Color HEX #0D5D49 Jewel

📋 copy color: '#0D5D49'

red 13 ◦ green 93 ◦ blue 73

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

Shades of Jewel #0D5D49

Tints of Jewel #0D5D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.96%

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

R = 7.26%
G = 51.96%
B = 40.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#0D5D49 (or 0x0D5D49) is known color: Jewel. HEX triplet: 0D, 5D and 49. RGB value is (13,93,73). Sum of RGB (Red+Green+Blue) = 13+93+73=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #0D5D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5D49 is #F2A2B6. Grayscale: #424242. Windows color (decimal): -15901367 or 4807949. OLE color: 4807949.

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

Color convert

RGB 13 93 73 -
CMYK 0.86 0 0.22 0.64
HSL 165º 0.75% 0.21% -
HSV(B) 165º 0.86% 0.36% -
XYZ 5.28 8.4 7.65 -
YUV 66.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 13 93 73 0.86 0 0.22 0.64 165 0.75 0.21
Hex D 5D 49 56 0 16 40 A5 4B 15
Octal 15 135 111 126 0 26 100 245 113 25
Binary 1101 1011101 1001001 1010110 0 10110 1000000 10100101 1001011 10101

Color Harmonies of #0D5D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5D49

Black with #0D5D49

Text Example


Text Example

White with #0D5D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,93,73); }

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

background-color css

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

 a { background-color: rgb(13,93,73); }

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

border-color css

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

 span { border-color: rgb(13,93,73); }

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