#018654

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

Shades of Tropical Rain Forest #018654

Tints of Tropical Rain Forest #018654

Color information

#018654 (or 0x018654) is unknown color: approx Tropical Rain Forest. HEX triplet: 01, 86 and 54. RGB value is (1,134,84). Sum of RGB (Red+Green+Blue) = 1+134+84=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 134 (52.73% from 255 or 61.19% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 134 - color contains mainly: green. Hex color #018654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018654 is #FE79AB. Grayscale: #585858. Windows color (decimal): -16677292 or 5539329. OLE color: 5539329.

HSL color Cylindrical-coordinate representation of color #018654: hue angle of 157.44º 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 #018654 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB113484-
CMYK0.9900.370.47
HSL157.44º98.52%26.47%-
HSV(B)157.44º99.25%52.55%-
XYZ10.1417.711.27-
YUV88.53125.4465.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 134 (52.73% from 255) = 61.19%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=0.46%
G=61.19%
B=38.36%

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
Decimal1134840.9900.370.47157.4498.5226.47
Hex18654630252F9d631a
Octal12061241430455723514332
Binary11000011010101001100011010010110111110011101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018654; }

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

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

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

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

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

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

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

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