Html Css Color HEX #05715C Tropical Rain Forest

📋 copy color: '#05715C'

red 5 ◦ green 113 ◦ blue 92

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

Shades of Tropical Rain Forest #05715C

Tints of Tropical Rain Forest #05715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.81%

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 2.38%
G = 53.81%
B = 43.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#05715C (or 0x05715C) is known color: Tropical Rain Forest. HEX triplet: 05, 71 and 5C. RGB value is (5,113,92). Sum of RGB (Red+Green+Blue) = 5+113+92=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #05715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05715C is #FA8EA3. Grayscale: #4E4E4E. Windows color (decimal): -16420516 or 6058245. OLE color: 6058245.

HSL color Cylindrical-coordinate representation of color #05715C: hue angle of 168.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05715C is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 92 -
CMYK 0.96 0 0.19 0.56
HSL 168.33º 0.92% 0.23% -
HSV(B) 168.33º 0.96% 0.44% -
XYZ 7.9 12.62 12.14 -
YUV 78.31 135.72 75.71 -
System Red Green Blue C M Y K H S L
Decimal 5 113 92 0.96 0 0.19 0.56 168.33 0.92 0.23
Hex 5 71 5C 60 0 13 38 A8 5C 17
Octal 5 161 134 140 0 23 70 250 134 27
Binary 101 1110001 1011100 1100000 0 10011 111000 10101000 1011100 10111

Color Harmonies of #05715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05715C

Black with #05715C

Text Example


Text Example

White with #05715C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05715C; }

 p { color: rgb(5,113,92); }

 H1.HeaderClassName
 {
   color: #05715C;
 }
 .AnyTagClassName
 {
   color: #05715C;
 }
</style>

background-color css

<style>
 a { background-color: #05715C; }

 a { background-color: rgb(5,113,92); }

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

border-color css

<style>
 span { border-color: #05715C; }

 span { border-color: rgb(5,113,92); }

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