Html Css Color HEX #04705B Tropical Rain Forest

📋 copy color: '#04705B'

red 4 ◦ green 112 ◦ blue 91

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

Shades of Tropical Rain Forest #04705B

Tints of Tropical Rain Forest #04705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.11%

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

R = 1.93%
G = 54.11%
B = 43.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#04705B (or 0x04705B) is known color: Tropical Rain Forest. HEX triplet: 04, 70 and 5B. RGB value is (4,112,91). Sum of RGB (Red+Green+Blue) = 4+112+91=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #04705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04705B is #FB8FA4. Grayscale: #4D4D4D. Windows color (decimal): -16486309 or 5992452. OLE color: 5992452.

HSL color Cylindrical-coordinate representation of color #04705B: hue angle of 168.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04705B is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 91 -
CMYK 0.96 0 0.19 0.56
HSL 168.33º 0.93% 0.23% -
HSV(B) 168.33º 0.96% 0.44% -
XYZ 7.73 12.37 11.88 -
YUV 77.31 135.72 75.71 -
System Red Green Blue C M Y K H S L
Decimal 4 112 91 0.96 0 0.19 0.56 168.33 0.93 0.23
Hex 4 70 5B 60 0 13 38 A8 5D 17
Octal 4 160 133 140 0 23 70 250 135 27
Binary 100 1110000 1011011 1100000 0 10011 111000 10101000 1011101 10111

Color Harmonies of #04705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04705B

Black with #04705B

Text Example


Text Example

White with #04705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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