Html Css Color HEX #488777 Viridian

📋 copy color: '#488777'

red 72 ◦ green 135 ◦ blue 119

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

Shades of Viridian #488777

Tints of Viridian #488777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 22.09%
G = 41.41%
B = 36.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#488777 (or 0x488777) is known color: Viridian. HEX triplet: 48, 87 and 77. RGB value is (72,135,119). Sum of RGB (Red+Green+Blue) = 72+135+119=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #488777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488777 is #B77888. Grayscale: #727272. Windows color (decimal): -12023945 or 7833416. OLE color: 7833416.

HSL color Cylindrical-coordinate representation of color #488777: hue angle of 164.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488777 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 119 -
CMYK 0.47 0 0.12 0.47
HSL 164.76º 0.3% 0.41% -
HSV(B) 164.76º 0.47% 0.53% -
XYZ 14.67 20.04 20.55 -
YUV 114.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 72 135 119 0.47 0 0.12 0.47 164.76 0.3 0.41
Hex 48 87 77 2F 0 C 2F A5 1E 29
Octal 110 207 167 57 0 14 57 245 36 51
Binary 1001000 10000111 1110111 101111 0 1100 101111 10100101 11110 101001

Color Harmonies of #488777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488777

Black with #488777

Text Example


Text Example

White with #488777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488777; }

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

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

background-color css

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

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

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

border-color css

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

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

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