Html Css Color HEX #0D6D47 Jewel

📋 copy color: '#0D6D47'

red 13 ◦ green 109 ◦ blue 71

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

Shades of Jewel #0D6D47

Tints of Jewel #0D6D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.48%

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

R = 6.74%
G = 56.48%
B = 36.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#0D6D47 (or 0x0D6D47) is known color: Jewel. HEX triplet: 0D, 6D and 47. RGB value is (13,109,71). Sum of RGB (Red+Green+Blue) = 13+109+71=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6D47 is #F292B8. Grayscale: #4C4C4C. Windows color (decimal): -15897273 or 4680973. OLE color: 4680973.

HSL color Cylindrical-coordinate representation of color #0D6D47: hue angle of 156.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D47 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 109 71 -
CMYK 0.88 0 0.35 0.57
HSL 156.25º 0.79% 0.24% -
HSV(B) 156.25º 0.88% 0.43% -
XYZ 6.77 11.48 7.82 -
YUV 75.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 13 109 71 0.88 0 0.35 0.57 156.25 0.79 0.24
Hex D 6D 47 58 0 23 39 9C 4F 18
Octal 15 155 107 130 0 43 71 234 117 30
Binary 1101 1101101 1000111 1011000 0 100011 111001 10011100 1001111 11000

Color Harmonies of #0D6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6D47

Black with #0D6D47

Text Example


Text Example

White with #0D6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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