Html Css Color HEX #04725F Tropical Rain Forest

📋 copy color: '#04725F'

red 4 ◦ green 114 ◦ blue 95

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

Shades of Tropical Rain Forest #04725F

Tints of Tropical Rain Forest #04725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 1.88%
G = 53.52%
B = 44.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#04725F (or 0x04725F) is known color: Tropical Rain Forest. HEX triplet: 04, 72 and 5F. RGB value is (4,114,95). Sum of RGB (Red+Green+Blue) = 4+114+95=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #04725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04725F is #FB8DA0. Grayscale: #4E4E4E. Windows color (decimal): -16485793 or 6255108. OLE color: 6255108.

HSL color Cylindrical-coordinate representation of color #04725F: hue angle of 169.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04725F is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 95 -
CMYK 0.96 0 0.17 0.55
HSL 169.64º 0.93% 0.23% -
HSV(B) 169.64º 0.96% 0.45% -
XYZ 8.13 12.89 12.89 -
YUV 78.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 4 114 95 0.96 0 0.17 0.55 169.64 0.93 0.23
Hex 4 72 5F 60 0 11 37 AA 5D 17
Octal 4 162 137 140 0 21 67 252 135 27
Binary 100 1110010 1011111 1100000 0 10001 110111 10101010 1011101 10111

Color Harmonies of #04725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04725F

Black with #04725F

Text Example


Text Example

White with #04725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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