#0D5742

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

Shades of Jewel #0D5742

Tints of Jewel #0D5742

Color information

#0D5742 (or 0x0D5742) is unknown color: approx Jewel. HEX triplet: 0D, 57 and 42. RGB value is (13,87,66). Sum of RGB (Red+Green+Blue) = 13+87+66=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5742 is #F2A8BD. Grayscale: #3E3E3E. Windows color (decimal): -15902910 or 4347661. OLE color: 4347661.

HSL color Cylindrical-coordinate representation of color #0D5742: hue angle of 162.97º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5742 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB138766-
CMYK0.8500.240.66
HSL162.97º74%19.61%-
HSV(B)162.97º85.06%34.12%-
XYZ4.567.36.32-
YUV62.48129.9892.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=7.83%
G=52.41%
B=39.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1387660.8500.240.66162.977419.61
HexD57425501842a34a14
Octal1512710212503010224311224
Binary1101101011110000101010101011000100001010100011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,66); }

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

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

 a { background-color: rgb(13,87,66); }

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

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

 span { border-color: rgb(13,87,66); }

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