Html Css Color HEX #05855B Tropical Rain Forest

📋 copy color: '#05855B'

red 5 ◦ green 133 ◦ blue 91

#05855B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #05855B

Tints of Tropical Rain Forest #05855B

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 value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#05855B (or 0x05855B) is known color: 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

RGB 5 133 91 -
CMYK 0.96 0 0.32 0.48
HSL 160.31º 0.93% 0.27% -
HSV(B) 160.31º 0.96% 0.52% -
XYZ 10.34 17.56 12.74 -
YUV 89.94 128.59 67.42 -
System Red Green Blue C M Y K H S L
Decimal 5 133 91 0.96 0 0.32 0.48 160.31 0.93 0.27
Hex 5 85 5B 60 0 20 30 A0 5D 1B
Octal 5 205 133 140 0 40 60 240 135 33
Binary 101 10000101 1011011 1100000 0 100000 110000 10100000 1011101 11011

Color Harmonies of #05855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05855B

Black with #05855B

Text Example


Text Example

White with #05855B

Text Example


Text Example

HTML Codes & Css Web 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>