Html Css Color HEX #478481 Paradiso

📋 copy color: '#478481'

red 71 ◦ green 132 ◦ blue 129

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

Shades of Paradiso #478481

Tints of Paradiso #478481

RGB

 RED value IS 71 (28.13% from 255) = 21.39%

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 21.39%
G = 39.76%
B = 38.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#478481 (or 0x478481) is known color: Paradiso. HEX triplet: 47, 84 and 81. RGB value is (71,132,129). Sum of RGB (Red+Green+Blue) = 71+132+129=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #478481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478481 is #B87B7E. Grayscale: #717171. Windows color (decimal): -12090239 or 8488007. OLE color: 8488007.

HSL color Cylindrical-coordinate representation of color #478481: hue angle of 177.05º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478481 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 129 -
CMYK 0.46 0 0.02 0.48
HSL 177.05º 0.3% 0.4% -
HSV(B) 177.05º 0.46% 0.52% -
XYZ 14.81 19.43 23.74 -
YUV 113.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 71 132 129 0.46 0 0.02 0.48 177.05 0.3 0.4
Hex 47 84 81 2E 0 2 30 B1 1E 28
Octal 107 204 201 56 0 2 60 261 36 50
Binary 1000111 10000100 10000001 101110 0 10 110000 10110001 11110 101000

Color Harmonies of #478481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478481

Black with #478481

Text Example


Text Example

White with #478481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478481; }

 p { color: rgb(71,132,129); }

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

background-color css

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

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

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

border-color css

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

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

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