Html Css Color HEX #04755B Tropical Rain Forest

📋 copy color: '#04755B'

red 4 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #04755B

Tints of Tropical Rain Forest #04755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 1.89%
G = 55.19%
B = 42.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#04755B (or 0x04755B) is known color: Tropical Rain Forest. HEX triplet: 04, 75 and 5B. RGB value is (4,117,91). Sum of RGB (Red+Green+Blue) = 4+117+91=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #04755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04755B is #FB8AA4. Grayscale: #505050. Windows color (decimal): -16485029 or 5993732. OLE color: 5993732.

HSL color Cylindrical-coordinate representation of color #04755B: hue angle of 166.19º 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 #04755B is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 91 -
CMYK 0.97 0 0.22 0.54
HSL 166.19º 0.93% 0.24% -
HSV(B) 166.19º 0.97% 0.46% -
XYZ 8.3 13.5 12.07 -
YUV 80.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 4 117 91 0.97 0 0.22 0.54 166.19 0.93 0.24
Hex 4 75 5B 61 0 16 36 A6 5D 18
Octal 4 165 133 141 0 26 66 246 135 30
Binary 100 1110101 1011011 1100001 0 10110 110110 10100110 1011101 11000

Color Harmonies of #04755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04755B

Black with #04755B

Text Example


Text Example

White with #04755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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