Html Css Color HEX #04755D Tropical Rain Forest

📋 copy color: '#04755D'

red 4 ◦ green 117 ◦ blue 93

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

Shades of Tropical Rain Forest #04755D

Tints of Tropical Rain Forest #04755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

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

R = 1.87%
G = 54.67%
B = 43.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#04755D (or 0x04755D) is known color: Tropical Rain Forest. HEX triplet: 04, 75 and 5D. RGB value is (4,117,93). Sum of RGB (Red+Green+Blue) = 4+117+93=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #04755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04755D is #FB8AA2. Grayscale: #505050. Windows color (decimal): -16485027 or 6124804. OLE color: 6124804.

HSL color Cylindrical-coordinate representation of color #04755D: hue angle of 167.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04755D is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 93 -
CMYK 0.97 0 0.21 0.54
HSL 167.26º 0.93% 0.24% -
HSV(B) 167.26º 0.97% 0.46% -
XYZ 8.39 13.54 12.53 -
YUV 80.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 4 117 93 0.97 0 0.21 0.54 167.26 0.93 0.24
Hex 4 75 5D 61 0 15 36 A7 5D 18
Octal 4 165 135 141 0 25 66 247 135 30
Binary 100 1110101 1011101 1100001 0 10101 110110 10100111 1011101 11000

Color Harmonies of #04755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04755D

Black with #04755D

Text Example


Text Example

White with #04755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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