Html Css Color HEX #0D6049 Jewel

📋 copy color: '#0D6049'

red 13 ◦ green 96 ◦ blue 73

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

Shades of Jewel #0D6049

Tints of Jewel #0D6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.75%

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

R = 7.14%
G = 52.75%
B = 40.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#0D6049 (or 0x0D6049) is known color: Jewel. HEX triplet: 0D, 60 and 49. RGB value is (13,96,73). Sum of RGB (Red+Green+Blue) = 13+96+73=182 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.14% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6049 is #F29FB6. Grayscale: #444444. Windows color (decimal): -15900599 or 4808717. OLE color: 4808717.

HSL color Cylindrical-coordinate representation of color #0D6049: hue angle of 163.37º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6049 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 96 73 -
CMYK 0.86 0 0.24 0.62
HSL 163.37º 0.76% 0.21% -
HSV(B) 163.37º 0.86% 0.38% -
XYZ 5.55 8.93 7.73 -
YUV 68.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 13 96 73 0.86 0 0.24 0.62 163.37 0.76 0.21
Hex D 60 49 56 0 18 3E A3 4C 15
Octal 15 140 111 126 0 30 76 243 114 25
Binary 1101 1100000 1001001 1010110 0 11000 111110 10100011 1001100 10101

Color Harmonies of #0D6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6049

Black with #0D6049

Text Example


Text Example

White with #0D6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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