#018655

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

Shades of Tropical Rain Forest #018655

Tints of Tropical Rain Forest #018655

Color information

#018655 (or 0x018655) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 86 and 55. RGB value is (1,134,85). Sum of RGB (Red+Green+Blue) = 1+134+85=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 134 (52.73% from 255 or 60.91% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 134 - color contains mainly: green. Hex color #018655 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018655 is #FE79AA. Grayscale: #585858. Windows color (decimal): -16677291 or 5604865. OLE color: 5604865.

HSL color Cylindrical-coordinate representation of color #018655: hue angle of 157.89º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018655 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB113485-
CMYK0.9900.370.47
HSL157.89º98.52%26.47%-
HSV(B)157.89º99.25%52.55%-
XYZ10.1817.7111.48-
YUV88.65125.9465.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 134 (52.73% from 255) = 60.91%
BLUE value IS 85 (33.59% from 255) = 38.64%
R=0.45%
G=60.91%
B=38.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134850.9900.370.47157.8998.5226.47
Hex18655630252F9e631a
Octal12061251430455723614332
Binary11000011010101011100011010010110111110011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018655; }

 p { color: rgb(1,134,85); }

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

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

 a { background-color: rgb(1,134,85); }

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

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

 span { border-color: rgb(1,134,85); }

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