Html Css Color HEX #488977 Viridian

📋 copy color: '#488977'

red 72 ◦ green 137 ◦ blue 119

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

Shades of Viridian #488977

Tints of Viridian #488977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

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

R = 21.95%
G = 41.77%
B = 36.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#488977 (or 0x488977) is known color: Viridian. HEX triplet: 48, 89 and 77. RGB value is (72,137,119). Sum of RGB (Red+Green+Blue) = 72+137+119=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #488977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488977 is #B77688. Grayscale: #737373. Windows color (decimal): -12023433 or 7833928. OLE color: 7833928.

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

Color convert

RGB 72 137 119 -
CMYK 0.47 0 0.13 0.46
HSL 163.38º 0.31% 0.41% -
HSV(B) 163.38º 0.47% 0.54% -
XYZ 14.95 20.6 20.64 -
YUV 115.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 72 137 119 0.47 0 0.13 0.46 163.38 0.31 0.41
Hex 48 89 77 2F 0 D 2E A3 1F 29
Octal 110 211 167 57 0 15 56 243 37 51
Binary 1001000 10001001 1110111 101111 0 1101 101110 10100011 11111 101001

Color Harmonies of #488977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488977

Black with #488977

Text Example


Text Example

White with #488977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488977; }

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

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

background-color css

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

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

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

border-color css

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

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

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