Html Css Color HEX #488578 Viridian

📋 copy color: '#488578'

red 72 ◦ green 133 ◦ blue 120

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

Shades of Viridian #488578

Tints of Viridian #488578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 22.15%
G = 40.92%
B = 36.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#488578 (or 0x488578) is known color: Viridian. HEX triplet: 48, 85 and 78. RGB value is (72,133,120). Sum of RGB (Red+Green+Blue) = 72+133+120=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #488578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488578 is #B77A87. Grayscale: #717171. Windows color (decimal): -12024456 or 7898440. OLE color: 7898440.

HSL color Cylindrical-coordinate representation of color #488578: hue angle of 167.21º 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 #488578 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 120 -
CMYK 0.46 0 0.10 0.48
HSL 167.21º 0.3% 0.4% -
HSV(B) 167.21º 0.46% 0.52% -
XYZ 14.45 19.51 20.77 -
YUV 113.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 72 133 120 0.46 0 0.10 0.48 167.21 0.3 0.4
Hex 48 85 78 2E 0 A 30 A7 1E 28
Octal 110 205 170 56 0 12 60 247 36 50
Binary 1001000 10000101 1111000 101110 0 1010 110000 10100111 11110 101000

Color Harmonies of #488578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488578

Black with #488578

Text Example


Text Example

White with #488578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488578; }

 p { color: rgb(72,133,120); }

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

background-color css

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

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

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

border-color css

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

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

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