Html Css Color HEX #05875C Tropical Rain Forest

📋 copy color: '#05875C'

red 5 ◦ green 135 ◦ blue 92

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

Shades of Tropical Rain Forest #05875C

Tints of Tropical Rain Forest #05875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 58.19%

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

R = 2.16%
G = 58.19%
B = 39.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#05875C (or 0x05875C) is known color: Tropical Rain Forest. HEX triplet: 05, 87 and 5C. RGB value is (5,135,92). Sum of RGB (Red+Green+Blue) = 5+135+92=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #05875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05875C is #FA78A3. Grayscale: #5B5B5B. Windows color (decimal): -16414884 or 6063877. OLE color: 6063877.

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

Color convert

RGB 5 135 92 -
CMYK 0.96 0 0.32 0.47
HSL 160.15º 0.93% 0.27% -
HSV(B) 160.15º 0.96% 0.53% -
XYZ 10.66 18.13 13.06 -
YUV 91.23 128.43 66.5 -
System Red Green Blue C M Y K H S L
Decimal 5 135 92 0.96 0 0.32 0.47 160.15 0.93 0.27
Hex 5 87 5C 60 0 20 2F A0 5D 1B
Octal 5 207 134 140 0 40 57 240 135 33
Binary 101 10000111 1011100 1100000 0 100000 101111 10100000 1011101 11011

Color Harmonies of #05875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05875C

Black with #05875C

Text Example


Text Example

White with #05875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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