#0D7458

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

Shades of Tropical Rain Forest #0D7458

Tints of Tropical Rain Forest #0D7458

Color information

#0D7458 (or 0x0D7458) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 74 and 58. RGB value is (13,116,88). Sum of RGB (Red+Green+Blue) = 13+116+88=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7458 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7458 is #F28BA7. Grayscale: #525252. Windows color (decimal): -15895464 or 5796877. OLE color: 5796877.

HSL color Cylindrical-coordinate representation of color #0D7458: hue angle of 163.69º 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 #0D7458 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1311688-
CMYK0.8900.240.55
HSL163.69º79.84%25.29%-
HSV(B)163.69º88.79%45.49%-
XYZ8.1713.2811.37-
YUV82.01131.3878.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=5.99%
G=53.46%
B=40.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13116880.8900.240.55163.6979.8425.29
HexD74585901837a45019
Octal151641301310306724412031
Binary110111101001011000101100101100011011110100100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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