Html Css Color HEX #48837F Paradiso

📋 copy color: '#48837F'

red 72 ◦ green 131 ◦ blue 127

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

Shades of Paradiso #48837F

Tints of Paradiso #48837F

RGB

 RED value IS 72 (28.52% from 255) = 21.82%

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 21.82%
G = 39.7%
B = 38.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#48837F (or 0x48837F) is known color: Paradiso. HEX triplet: 48, 83 and 7F. RGB value is (72,131,127). Sum of RGB (Red+Green+Blue) = 72+131+127=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #48837F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48837F is #B77C80. Grayscale: #707070. Windows color (decimal): -12024961 or 8356680. OLE color: 8356680.

HSL color Cylindrical-coordinate representation of color #48837F: hue angle of 175.93º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48837F is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 127 -
CMYK 0.45 0 0.03 0.49
HSL 175.93º 0.29% 0.4% -
HSV(B) 175.93º 0.45% 0.51% -
XYZ 14.62 19.14 23 -
YUV 112.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 72 131 127 0.45 0 0.03 0.49 175.93 0.29 0.4
Hex 48 83 7F 2D 0 3 31 B0 1D 28
Octal 110 203 177 55 0 3 61 260 35 50
Binary 1001000 10000011 1111111 101101 0 11 110001 10110000 11101 101000

Color Harmonies of #48837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48837F

Black with #48837F

Text Example


Text Example

White with #48837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48837F; }

 p { color: rgb(72,131,127); }

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

background-color css

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

 a { background-color: rgb(72,131,127); }

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

border-color css

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

 span { border-color: rgb(72,131,127); }

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