#0D745B

Color #0D745B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #0D745B

Tints of Tropical Rain Forest #0D745B

Color information

#0D745B (or 0x0D745B) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 74 and 5B. RGB value is (13,116,91). Sum of RGB (Red+Green+Blue) = 13+116+91=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #0D745B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D745B is #F28BA4. Grayscale: #525252. Windows color (decimal): -15895461 or 5993485. OLE color: 5993485.

HSL color Cylindrical-coordinate representation of color #0D745B: hue angle of 165.44º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D745B is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1311691-
CMYK0.8900.220.55
HSL165.44º79.84%25.29%-
HSV(B)165.44º88.79%45.49%-
XYZ8.313.3312.03-
YUV82.35132.8878.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 116 (45.70% from 255) = 52.73%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=5.91%
G=52.73%
B=41.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13116910.8900.220.55165.4479.8425.29
HexD745B5901637a55019
Octal151641331310266724512031
Binary110111101001011011101100101011011011110100101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,116,91); }

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

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

 a { background-color: rgb(13,116,91); }

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

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

 span { border-color: rgb(13,116,91); }

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