Html Css Color HEX #488181 Paradiso

📋 copy color: '#488181'

red 72 ◦ green 129 ◦ blue 129

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

Shades of Paradiso #488181

Tints of Paradiso #488181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 21.82%
G = 39.09%
B = 39.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#488181 (or 0x488181) is known color: Paradiso. HEX triplet: 48, 81 and 81. RGB value is (72,129,129). Sum of RGB (Red+Green+Blue) = 72+129+129=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #488181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488181 is #B77E7E. Grayscale: #6F6F6F. Windows color (decimal): -12025471 or 8487240. OLE color: 8487240.

HSL color Cylindrical-coordinate representation of color #488181: hue angle of 180º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488181 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 129 -
CMYK 0.44 0 0 0.49
HSL 180º 0.28% 0.39% -
HSV(B) 180º 0.44% 0.51% -
XYZ 14.49 18.66 23.61 -
YUV 111.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 72 129 129 0.44 0 0 0.49 180 0.28 0.39
Hex 48 81 81 2C 0 0 31 B4 1C 27
Octal 110 201 201 54 0 0 61 264 34 47
Binary 1001000 10000001 10000001 101100 0 0 110001 10110100 11100 100111

Color Harmonies of #488181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488181

Black with #488181

Text Example


Text Example

White with #488181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488181; }

 p { color: rgb(72,129,129); }

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

background-color css

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

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

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

border-color css

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

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

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