#0D6041

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

Shades of Jewel #0D6041

Tints of Jewel #0D6041

Color information

#0D6041 (or 0x0D6041) is unknown color: approx Jewel. HEX triplet: 0D, 60 and 41. RGB value is (13,96,65). Sum of RGB (Red+Green+Blue) = 13+96+65=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6041 is #F29FBE. Grayscale: #434343. Windows color (decimal): -15900607 or 4284429. OLE color: 4284429.

HSL color Cylindrical-coordinate representation of color #0D6041: hue angle of 157.59º 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 #0D6041 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB139665-
CMYK0.8600.320.62
HSL157.59º76.15%21.37%-
HSV(B)157.59º86.46%37.65%-
XYZ5.38.836.43-
YUV67.65126.589.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.47%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=7.47%
G=55.17%
B=37.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396650.8600.320.62157.5976.1521.37
HexD6041560203E9e4c15
Octal151401011260407623611425
Binary1101110000010000011010110010000011111010011110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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