Html Css Color HEX #05865E Tropical Rain Forest

📋 copy color: '#05865E'

red 5 ◦ green 134 ◦ blue 94

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

Shades of Tropical Rain Forest #05865E

Tints of Tropical Rain Forest #05865E

RGB

 RED value IS 5 (2.34% from 255) = 2.15%

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 94 (37.11% from 255) = 40.34%

R = 2.15%
G = 57.51%
B = 40.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#05865E (or 0x05865E) is known color: Tropical Rain Forest. HEX triplet: 05, 86 and 5E. RGB value is (5,134,94). Sum of RGB (Red+Green+Blue) = 5+134+94=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #05865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05865E is #FA79A1. Grayscale: #5A5A5A. Windows color (decimal): -16415138 or 6194693. OLE color: 6194693.

HSL color Cylindrical-coordinate representation of color #05865E: hue angle of 161.4º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05865E is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 134 94 -
CMYK 0.96 0 0.30 0.47
HSL 161.4º 0.93% 0.27% -
HSV(B) 161.4º 0.96% 0.53% -
XYZ 10.61 17.89 13.48 -
YUV 90.87 129.76 66.75 -
System Red Green Blue C M Y K H S L
Decimal 5 134 94 0.96 0 0.30 0.47 161.4 0.93 0.27
Hex 5 86 5E 60 0 1E 2F A1 5D 1B
Octal 5 206 136 140 0 36 57 241 135 33
Binary 101 10000110 1011110 1100000 0 11110 101111 10100001 1011101 11011

Color Harmonies of #05865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05865E

Black with #05865E

Text Example


Text Example

White with #05865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05865E; }

 p { color: rgb(5,134,94); }

 H1.HeaderClassName
 {
   color: #05865E;
 }
 .AnyTagClassName
 {
   color: #05865E;
 }
</style>

background-color css

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

 a { background-color: rgb(5,134,94); }

 div.DivClassName
 {
   background-color: #05865E;
 }
 .BgClassName
 {
   background-color: #05865E;
 }
</style>

border-color css

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

 span { border-color: rgb(5,134,94); }

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