#018555

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

Shades of Tropical Rain Forest #018555

Tints of Tropical Rain Forest #018555

Color information

#018555 (or 0x018555) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 85 and 55. RGB value is (1,133,85). Sum of RGB (Red+Green+Blue) = 1+133+85=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #018555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018555 is #FE7AAA. Grayscale: #585858. Windows color (decimal): -16677547 or 5604609. OLE color: 5604609.

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

Color convert

RGB113385-
CMYK0.9900.360.48
HSL158.18º98.51%26.27%-
HSV(B)158.18º99.25%52.16%-
XYZ10.0417.4411.43-
YUV88.06126.2765.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 133 (52.34% from 255) = 60.73%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=0.46%
G=60.73%
B=38.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1133850.9900.360.48158.1898.5126.27
Hex1855563024309e631a
Octal12051251430446023614332
Binary11000010110101011100011010010011000010011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018555; }

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

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

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

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

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

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

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

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