#05855B

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

Shades of Tropical Rain Forest #05855B

Tints of Tropical Rain Forest #05855B

Color information

#05855B (or 0x05855B) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 85 and 5B. RGB value is (5,133,91). Sum of RGB (Red+Green+Blue) = 5+133+91=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #05855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05855B is #FA7AA4. Grayscale: #595959. Windows color (decimal): -16415397 or 5997829. OLE color: 5997829.

HSL color Cylindrical-coordinate representation of color #05855B: hue angle of 160.31º 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 #05855B is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB513391-
CMYK0.9600.320.48
HSL160.31º92.75%27.06%-
HSV(B)160.31º96.24%52.16%-
XYZ10.3417.5612.74-
YUV89.94128.5967.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=2.18%
G=58.08%
B=39.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133910.9600.320.48160.3192.7527.06
Hex5855B6002030a05d1b
Octal52051331400406024013533
Binary1011000010110110111100000010000011000010100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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