Html Css Color HEX #047365 Tropical Rain Forest

📋 copy color: '#047365'

red 4 ◦ green 115 ◦ blue 101

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

Shades of Tropical Rain Forest #047365

Tints of Tropical Rain Forest #047365

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 1.82%
G = 52.27%
B = 45.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#047365 (or 0x047365) is known color: Tropical Rain Forest. HEX triplet: 04, 73 and 65. RGB value is (4,115,101). Sum of RGB (Red+Green+Blue) = 4+115+101=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #047365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047365 is #FB8C9A. Grayscale: #505050. Windows color (decimal): -16485531 or 6648580. OLE color: 6648580.

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

Color convert

RGB 4 115 101 -
CMYK 0.97 0 0.12 0.55
HSL 172.43º 0.93% 0.23% -
HSV(B) 172.43º 0.97% 0.45% -
XYZ 8.53 13.23 14.42 -
YUV 80.22 139.73 73.64 -
System Red Green Blue C M Y K H S L
Decimal 4 115 101 0.97 0 0.12 0.55 172.43 0.93 0.23
Hex 4 73 65 61 0 C 37 AC 5D 17
Octal 4 163 145 141 0 14 67 254 135 27
Binary 100 1110011 1100101 1100001 0 1100 110111 10101100 1011101 10111

Color Harmonies of #047365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047365

Black with #047365

Text Example


Text Example

White with #047365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047365; }

 p { color: rgb(4,115,101); }

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

background-color css

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

 a { background-color: rgb(4,115,101); }

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

border-color css

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

 span { border-color: rgb(4,115,101); }

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