Html Css Color HEX #058355 Tropical Rain Forest

📋 copy color: '#058355'

red 5 ◦ green 131 ◦ blue 85

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

Shades of Tropical Rain Forest #058355

Tints of Tropical Rain Forest #058355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.28%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 2.26%
G = 59.28%
B = 38.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#058355 (or 0x058355) is known color: Tropical Rain Forest. HEX triplet: 05, 83 and 55. RGB value is (5,131,85). Sum of RGB (Red+Green+Blue) = 5+131+85=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #058355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058355 is #FA7CAA. Grayscale: #585858. Windows color (decimal): -16415915 or 5604101. OLE color: 5604101.

HSL color Cylindrical-coordinate representation of color #058355: hue angle of 158.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058355 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 131 85 -
CMYK 0.96 0 0.35 0.49
HSL 158.1º 0.93% 0.27% -
HSV(B) 158.1º 0.96% 0.51% -
XYZ 9.82 16.92 11.34 -
YUV 88.08 126.26 68.74 -
System Red Green Blue C M Y K H S L
Decimal 5 131 85 0.96 0 0.35 0.49 158.1 0.93 0.27
Hex 5 83 55 60 0 23 31 9E 5D 1B
Octal 5 203 125 140 0 43 61 236 135 33
Binary 101 10000011 1010101 1100000 0 100011 110001 10011110 1011101 11011

Color Harmonies of #058355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058355

Black with #058355

Text Example


Text Example

White with #058355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058355; }

 p { color: rgb(5,131,85); }

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

background-color css

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

 a { background-color: rgb(5,131,85); }

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

border-color css

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

 span { border-color: rgb(5,131,85); }

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