Html Css Color HEX #048365 Tropical Rain Forest

📋 copy color: '#048365'

red 4 ◦ green 131 ◦ blue 101

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

Shades of Tropical Rain Forest #048365

Tints of Tropical Rain Forest #048365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

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

R = 1.69%
G = 55.51%
B = 42.8%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#048365 (or 0x048365) is known color: Tropical Rain Forest. HEX triplet: 04, 83 and 65. RGB value is (4,131,101). Sum of RGB (Red+Green+Blue) = 4+131+101=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #048365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048365 is #FB7C9A. Grayscale: #595959. Windows color (decimal): -16481435 or 6652676. OLE color: 6652676.

HSL color Cylindrical-coordinate representation of color #048365: hue angle of 165.83º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048365 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 131 101 -
CMYK 0.97 0 0.23 0.49
HSL 165.83º 0.94% 0.26% -
HSV(B) 165.83º 0.97% 0.51% -
XYZ 10.52 17.2 15.08 -
YUV 89.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 4 131 101 0.97 0 0.23 0.49 165.83 0.94 0.26
Hex 4 83 65 61 0 17 31 A6 5E 1A
Octal 4 203 145 141 0 27 61 246 136 32
Binary 100 10000011 1100101 1100001 0 10111 110001 10100110 1011110 11010

Color Harmonies of #048365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048365

Black with #048365

Text Example


Text Example

White with #048365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048365; }

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

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

background-color css

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

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

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

border-color css

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

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

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