Html Css Color HEX #05755D Tropical Rain Forest

📋 copy color: '#05755D'

red 5 ◦ green 117 ◦ blue 93

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

Shades of Tropical Rain Forest #05755D

Tints of Tropical Rain Forest #05755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

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

R = 2.33%
G = 54.42%
B = 43.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#05755D (or 0x05755D) is known color: Tropical Rain Forest. HEX triplet: 05, 75 and 5D. RGB value is (5,117,93). Sum of RGB (Red+Green+Blue) = 5+117+93=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #05755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05755D is #FA8AA2. Grayscale: #505050. Windows color (decimal): -16419491 or 6124805. OLE color: 6124805.

HSL color Cylindrical-coordinate representation of color #05755D: hue angle of 167.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05755D is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 93 -
CMYK 0.96 0 0.21 0.54
HSL 167.14º 0.92% 0.24% -
HSV(B) 167.14º 0.96% 0.46% -
XYZ 8.4 13.55 12.53 -
YUV 80.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 5 117 93 0.96 0 0.21 0.54 167.14 0.92 0.24
Hex 5 75 5D 60 0 15 36 A7 5C 18
Octal 5 165 135 140 0 25 66 247 134 30
Binary 101 1110101 1011101 1100000 0 10101 110110 10100111 1011100 11000

Color Harmonies of #05755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05755D

Black with #05755D

Text Example


Text Example

White with #05755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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