Html Css Color HEX #04805F Tropical Rain Forest

📋 copy color: '#04805F'

red 4 ◦ green 128 ◦ blue 95

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

Shades of Tropical Rain Forest #04805F

Tints of Tropical Rain Forest #04805F

RGB

 RED value IS 4 (1.95% from 255) = 1.76%

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 1.76%
G = 56.39%
B = 41.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#04805F (or 0x04805F) is known color: Tropical Rain Forest. HEX triplet: 04, 80 and 5F. RGB value is (4,128,95). Sum of RGB (Red+Green+Blue) = 4+128+95=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #04805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04805F is #FB7FA0. Grayscale: #575757. Windows color (decimal): -16482209 or 6258692. OLE color: 6258692.

HSL color Cylindrical-coordinate representation of color #04805F: hue angle of 164.03º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04805F is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 95 -
CMYK 0.97 0 0.26 0.50
HSL 164.03º 0.94% 0.26% -
HSV(B) 164.03º 0.97% 0.5% -
XYZ 9.83 16.29 13.45 -
YUV 87.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 4 128 95 0.97 0 0.26 0.50 164.03 0.94 0.26
Hex 4 80 5F 61 0 1A 32 A4 5E 1A
Octal 4 200 137 141 0 32 62 244 136 32
Binary 100 10000000 1011111 1100001 0 11010 110010 10100100 1011110 11010

Color Harmonies of #04805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04805F

Black with #04805F

Text Example


Text Example

White with #04805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04805F; }

 p { color: rgb(4,128,95); }

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

background-color css

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

 a { background-color: rgb(4,128,95); }

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

border-color css

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

 span { border-color: rgb(4,128,95); }

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