Html Css Color HEX #04745E Tropical Rain Forest

📋 copy color: '#04745E'

red 4 ◦ green 116 ◦ blue 94

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

Shades of Tropical Rain Forest #04745E

Tints of Tropical Rain Forest #04745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

 BLUE value IS 94 (37.11% from 255) = 43.93%

R = 1.87%
G = 54.21%
B = 43.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#04745E (or 0x04745E) is known color: Tropical Rain Forest. HEX triplet: 04, 74 and 5E. RGB value is (4,116,94). Sum of RGB (Red+Green+Blue) = 4+116+94=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #04745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04745E is #FB8BA1. Grayscale: #4F4F4F. Windows color (decimal): -16485282 or 6190084. OLE color: 6190084.

HSL color Cylindrical-coordinate representation of color #04745E: hue angle of 168.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04745E is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 116 94 -
CMYK 0.97 0 0.19 0.55
HSL 168.21º 0.93% 0.24% -
HSV(B) 168.21º 0.97% 0.45% -
XYZ 8.32 13.32 12.72 -
YUV 80 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 4 116 94 0.97 0 0.19 0.55 168.21 0.93 0.24
Hex 4 74 5E 61 0 13 37 A8 5D 18
Octal 4 164 136 141 0 23 67 250 135 30
Binary 100 1110100 1011110 1100001 0 10011 110111 10101000 1011101 11000

Color Harmonies of #04745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04745E

Black with #04745E

Text Example


Text Example

White with #04745E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04745E; }

 p { color: rgb(4,116,94); }

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

background-color css

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

 a { background-color: rgb(4,116,94); }

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

border-color css

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

 span { border-color: rgb(4,116,94); }

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