#0D7457

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

Shades of Tropical Rain Forest #0D7457

Tints of Tropical Rain Forest #0D7457

Color information

#0D7457 (or 0x0D7457) is unknown color: approx Tropical Rain Forest. HEX triplet: 0D, 74 and 57. RGB value is (13,116,87). Sum of RGB (Red+Green+Blue) = 13+116+87=216 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.02% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7457 is #F28BA8. Grayscale: #515151. Windows color (decimal): -15895465 or 5731341. OLE color: 5731341.

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

Color convert

RGB1311687-
CMYK0.8900.250.55
HSL163.11º79.84%25.29%-
HSV(B)163.11º88.79%45.49%-
XYZ8.1313.2611.15-
YUV81.9130.8878.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.02%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=6.02%
G=53.70%
B=40.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13116870.8900.250.55163.1179.8425.29
HexD74575901937a35019
Octal151641271310316724312031
Binary110111101001010111101100101100111011110100011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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