#0D6C41

Color #0D6C41 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0D6C41

Tints of Jewel #0D6C41

Color information

#0D6C41 (or 0x0D6C41) is unknown color: approx Jewel. HEX triplet: 0D, 6C and 41. RGB value is (13,108,65). Sum of RGB (Red+Green+Blue) = 13+108+65=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6C41 is #F293BE. Grayscale: #4A4A4A. Windows color (decimal): -15897535 or 4287501. OLE color: 4287501.

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

Color convert

RGB1310865-
CMYK0.8800.400.58
HSL152.84º78.51%23.73%-
HSV(B)152.84º87.96%42.35%-
XYZ6.4811.196.82-
YUV74.69122.5384-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 108 (42.58% from 255) = 58.06%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=6.99%
G=58.06%
B=34.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13108650.8800.400.58152.8478.5123.73
HexD6C41580283A994f18
Octal151541011300507223111730
Binary1101110110010000011011000010100011101010011001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,108,65); }

 H1.HeaderClassName
 {
   color: #0D6C41;
 }
 .AnyTagClassName
 {
   color: #0D6C41;
 }
</style>
background-color css

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

 a { background-color: rgb(13,108,65); }

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

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

 span { border-color: rgb(13,108,65); }

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