Html Css Color HEX #04745D Tropical Rain Forest

📋 copy color: '#04745D'

red 4 ◦ green 116 ◦ blue 93

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

Shades of Tropical Rain Forest #04745D

Tints of Tropical Rain Forest #04745D

RGB

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

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

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

R = 1.88%
G = 54.46%
B = 43.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#04745D (or 0x04745D) is known color: Tropical Rain Forest. HEX triplet: 04, 74 and 5D. RGB value is (4,116,93). Sum of RGB (Red+Green+Blue) = 4+116+93=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #04745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04745D is #FB8BA2. Grayscale: #4F4F4F. Windows color (decimal): -16485283 or 6124548. OLE color: 6124548.

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

Color convert

RGB 4 116 93 -
CMYK 0.97 0 0.20 0.55
HSL 167.68º 0.93% 0.24% -
HSV(B) 167.68º 0.97% 0.45% -
XYZ 8.27 13.31 12.49 -
YUV 79.89 135.39 73.87 -
System Red Green Blue C M Y K H S L
Decimal 4 116 93 0.97 0 0.20 0.55 167.68 0.93 0.24
Hex 4 74 5D 61 0 14 37 A8 5D 18
Octal 4 164 135 141 0 24 67 250 135 30
Binary 100 1110100 1011101 1100001 0 10100 110111 10101000 1011101 11000

Color Harmonies of #04745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04745D

Black with #04745D

Text Example


Text Example

White with #04745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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