#05855F

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

Shades of Tropical Rain Forest #05855F

Tints of Tropical Rain Forest #05855F

Color information

#05855F (or 0x05855F) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 85 and 5F. RGB value is (5,133,95). Sum of RGB (Red+Green+Blue) = 5+133+95=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #05855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05855F is #FA7AA0. Grayscale: #5A5A5A. Windows color (decimal): -16415393 or 6259973. OLE color: 6259973.

HSL color Cylindrical-coordinate representation of color #05855F: hue angle of 162.19º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05855F is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB513395-
CMYK0.9600.290.48
HSL162.19º92.75%27.06%-
HSV(B)162.19º96.24%52.16%-
XYZ10.5217.6313.68-
YUV90.4130.5967.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=2.15%
G=57.08%
B=40.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133950.9600.290.48162.1992.7527.06
Hex5855F6001D30a25d1b
Octal52051371400356024213533
Binary101100001011011111110000001110111000010100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05855F; }

 p { color: rgb(5,133,95); }

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

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

 a { background-color: rgb(5,133,95); }

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

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

 span { border-color: rgb(5,133,95); }

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