Html Css Color HEX #0D5A48 Jewel

📋 copy color: '#0D5A48'

red 13 ◦ green 90 ◦ blue 72

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

Shades of Jewel #0D5A48

Tints of Jewel #0D5A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 7.43%
G = 51.43%
B = 41.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#0D5A48 (or 0x0D5A48) is known color: Jewel. HEX triplet: 0D, 5A and 48. RGB value is (13,90,72). Sum of RGB (Red+Green+Blue) = 13+90+72=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A48 is #F2A5B7. Grayscale: #404040. Windows color (decimal): -15902136 or 4741645. OLE color: 4741645.

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

Color convert

RGB 13 90 72 -
CMYK 0.86 0 0.20 0.65
HSL 165.97º 0.75% 0.2% -
HSV(B) 165.97º 0.86% 0.35% -
XYZ 4.99 7.87 7.39 -
YUV 64.93 131.99 90.96 -
System Red Green Blue C M Y K H S L
Decimal 13 90 72 0.86 0 0.20 0.65 165.97 0.75 0.2
Hex D 5A 48 56 0 14 41 A6 4B 14
Octal 15 132 110 126 0 24 101 246 113 24
Binary 1101 1011010 1001000 1010110 0 10100 1000001 10100110 1001011 10100

Color Harmonies of #0D5A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5A48

Black with #0D5A48

Text Example


Text Example

White with #0D5A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,90,72); }

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

background-color css

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

 a { background-color: rgb(13,90,72); }

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

border-color css

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

 span { border-color: rgb(13,90,72); }

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