#0E7357

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

Shades of Tropical Rain Forest #0E7357

Tints of Tropical Rain Forest #0E7357

Color information

#0E7357 (or 0x0E7357) is unknown color: approx Tropical Rain Forest. HEX triplet: 0E, 73 and 57. RGB value is (14,115,87). Sum of RGB (Red+Green+Blue) = 14+115+87=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7357 is #F18CA8. Grayscale: #515151. Windows color (decimal): -15830185 or 5731086. OLE color: 5731086.

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

Color convert

RGB1411587-
CMYK0.8800.240.55
HSL163.37º78.29%25.29%-
HSV(B)163.37º87.83%45.1%-
XYZ8.0313.0411.11-
YUV81.61131.0479.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.48%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=6.48%
G=53.24%
B=40.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14115870.8800.240.55163.3778.2925.29
HexE73575801837a34e19
Octal161631271300306724311631
Binary111011100111010111101100001100011011110100011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,115,87); }

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

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

 a { background-color: rgb(14,115,87); }

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

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

 span { border-color: rgb(14,115,87); }

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