Html Css Color HEX #04725D Tropical Rain Forest

📋 copy color: '#04725D'

red 4 ◦ green 114 ◦ blue 93

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

Shades of Tropical Rain Forest #04725D

Tints of Tropical Rain Forest #04725D

RGB

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

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

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

R = 1.9%
G = 54.03%
B = 44.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#04725D (or 0x04725D) is known color: Tropical Rain Forest. HEX triplet: 04, 72 and 5D. RGB value is (4,114,93). Sum of RGB (Red+Green+Blue) = 4+114+93=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #04725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04725D is #FB8DA2. Grayscale: #4E4E4E. Windows color (decimal): -16485795 or 6124036. OLE color: 6124036.

HSL color Cylindrical-coordinate representation of color #04725D: hue angle of 168.55º 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 #04725D is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 93 -
CMYK 0.96 0 0.18 0.55
HSL 168.55º 0.93% 0.23% -
HSV(B) 168.55º 0.96% 0.45% -
XYZ 8.04 12.85 12.41 -
YUV 78.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 4 114 93 0.96 0 0.18 0.55 168.55 0.93 0.23
Hex 4 72 5D 60 0 12 37 A9 5D 17
Octal 4 162 135 140 0 22 67 251 135 27
Binary 100 1110010 1011101 1100000 0 10010 110111 10101001 1011101 10111

Color Harmonies of #04725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04725D

Black with #04725D

Text Example


Text Example

White with #04725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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