Html Css Color HEX #04725C Tropical Rain Forest

📋 copy color: '#04725C'

red 4 ◦ green 114 ◦ blue 92

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

Shades of Tropical Rain Forest #04725C

Tints of Tropical Rain Forest #04725C

RGB

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

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

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

R = 1.9%
G = 54.29%
B = 43.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#04725C (or 0x04725C) is known color: Tropical Rain Forest. HEX triplet: 04, 72 and 5C. RGB value is (4,114,92). Sum of RGB (Red+Green+Blue) = 4+114+92=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #04725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04725C is #FB8DA3. Grayscale: #4E4E4E. Windows color (decimal): -16485796 or 6058500. OLE color: 6058500.

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

Color convert

RGB 4 114 92 -
CMYK 0.96 0 0.19 0.55
HSL 168º 0.93% 0.23% -
HSV(B) 168º 0.96% 0.45% -
XYZ 8 12.83 12.18 -
YUV 78.6 135.56 74.79 -
System Red Green Blue C M Y K H S L
Decimal 4 114 92 0.96 0 0.19 0.55 168 0.93 0.23
Hex 4 72 5C 60 0 13 37 A8 5D 17
Octal 4 162 134 140 0 23 67 250 135 27
Binary 100 1110010 1011100 1100000 0 10011 110111 10101000 1011101 10111

Color Harmonies of #04725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04725C

Black with #04725C

Text Example


Text Example

White with #04725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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