Html Css Color HEX #488388 Paradiso

📋 copy color: '#488388'

red 72 ◦ green 131 ◦ blue 136

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

Shades of Paradiso #488388

Tints of Paradiso #488388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 21.24%
G = 38.64%
B = 40.12%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#488388 (or 0x488388) is known color: Paradiso. HEX triplet: 48, 83 and 88. RGB value is (72,131,136). Sum of RGB (Red+Green+Blue) = 72+131+136=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #488388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488388 is #B77C77. Grayscale: #717171. Windows color (decimal): -12024952 or 8946504. OLE color: 8946504.

HSL color Cylindrical-coordinate representation of color #488388: hue angle of 184.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488388 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 131 136 -
CMYK 0.47 0.04 0 0.47
HSL 184.69º 0.31% 0.41% -
HSV(B) 184.69º 0.47% 0.53% -
XYZ 15.23 19.39 26.23 -
YUV 113.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 72 131 136 0.47 0.04 0 0.47 184.69 0.31 0.41
Hex 48 83 88 2F 4 0 2F B9 1F 29
Octal 110 203 210 57 4 0 57 271 37 51
Binary 1001000 10000011 10001000 101111 100 0 101111 10111001 11111 101001

Color Harmonies of #488388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488388

Black with #488388

Text Example


Text Example

White with #488388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488388; }

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

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

background-color css

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

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

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

border-color css

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

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

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