Html Css Color HEX #488577 Viridian

📋 copy color: '#488577'

red 72 ◦ green 133 ◦ blue 119

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

Shades of Viridian #488577

Tints of Viridian #488577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 22.22%
G = 41.05%
B = 36.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#488577 (or 0x488577) is known color: Viridian. HEX triplet: 48, 85 and 77. RGB value is (72,133,119). Sum of RGB (Red+Green+Blue) = 72+133+119=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #488577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488577 is #B77A88. Grayscale: #717171. Windows color (decimal): -12024457 or 7832904. OLE color: 7832904.

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

Color convert

RGB 72 133 119 -
CMYK 0.46 0 0.11 0.48
HSL 166.23º 0.3% 0.4% -
HSV(B) 166.23º 0.46% 0.52% -
XYZ 14.39 19.48 20.46 -
YUV 113.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 72 133 119 0.46 0 0.11 0.48 166.23 0.3 0.4
Hex 48 85 77 2E 0 B 30 A6 1E 28
Octal 110 205 167 56 0 13 60 246 36 50
Binary 1001000 10000101 1110111 101110 0 1011 110000 10100110 11110 101000

Color Harmonies of #488577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488577

Black with #488577

Text Example


Text Example

White with #488577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488577; }

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

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

background-color css

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

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

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

border-color css

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

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

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