Html Css Color HEX #05865D Tropical Rain Forest

📋 copy color: '#05865D'

red 5 ◦ green 134 ◦ blue 93

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

Shades of Tropical Rain Forest #05865D

Tints of Tropical Rain Forest #05865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 2.16%
G = 57.76%
B = 40.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#05865D (or 0x05865D) is known color: Tropical Rain Forest. HEX triplet: 05, 86 and 5D. RGB value is (5,134,93). Sum of RGB (Red+Green+Blue) = 5+134+93=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #05865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05865D is #FA79A2. Grayscale: #5A5A5A. Windows color (decimal): -16415139 or 6129157. OLE color: 6129157.

HSL color Cylindrical-coordinate representation of color #05865D: hue angle of 160.93º 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 #05865D is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 134 93 -
CMYK 0.96 0 0.31 0.47
HSL 160.93º 0.93% 0.27% -
HSV(B) 160.93º 0.96% 0.53% -
XYZ 10.56 17.87 13.25 -
YUV 90.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 5 134 93 0.96 0 0.31 0.47 160.93 0.93 0.27
Hex 5 86 5D 60 0 1F 2F A1 5D 1B
Octal 5 206 135 140 0 37 57 241 135 33
Binary 101 10000110 1011101 1100000 0 11111 101111 10100001 1011101 11011

Color Harmonies of #05865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05865D

Black with #05865D

Text Example


Text Example

White with #05865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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