Html Css Color HEX #048063 Tropical Rain Forest

📋 copy color: '#048063'

red 4 ◦ green 128 ◦ blue 99

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

Shades of Tropical Rain Forest #048063

Tints of Tropical Rain Forest #048063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.41%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 1.73%
G = 55.41%
B = 42.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#048063 (or 0x048063) is known color: Tropical Rain Forest. HEX triplet: 04, 80 and 63. RGB value is (4,128,99). Sum of RGB (Red+Green+Blue) = 4+128+99=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #048063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048063 is #FB7F9C. Grayscale: #575757. Windows color (decimal): -16482205 or 6520836. OLE color: 6520836.

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

Color convert

RGB 4 128 99 -
CMYK 0.97 0 0.23 0.50
HSL 165.97º 0.94% 0.26% -
HSV(B) 165.97º 0.97% 0.5% -
XYZ 10.02 16.37 14.43 -
YUV 87.62 134.42 68.36 -
System Red Green Blue C M Y K H S L
Decimal 4 128 99 0.97 0 0.23 0.50 165.97 0.94 0.26
Hex 4 80 63 61 0 17 32 A6 5E 1A
Octal 4 200 143 141 0 27 62 246 136 32
Binary 100 10000000 1100011 1100001 0 10111 110010 10100110 1011110 11010

Color Harmonies of #048063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048063

Black with #048063

Text Example


Text Example

White with #048063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048063; }

 p { color: rgb(4,128,99); }

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

background-color css

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

 a { background-color: rgb(4,128,99); }

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

border-color css

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

 span { border-color: rgb(4,128,99); }

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