Html Css Color HEX #488E73 Viridian

📋 copy color: '#488E73'

red 72 ◦ green 142 ◦ blue 115

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

Shades of Viridian #488E73

Tints of Viridian #488E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.16%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 21.88%
G = 43.16%
B = 34.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#488E73 (or 0x488E73) is known color: Viridian. HEX triplet: 48, 8E and 73. RGB value is (72,142,115). Sum of RGB (Red+Green+Blue) = 72+142+115=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #488E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E73 is #B7718C. Grayscale: #767676. Windows color (decimal): -12022157 or 7573064. OLE color: 7573064.

HSL color Cylindrical-coordinate representation of color #488E73: hue angle of 156.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488E73 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 142 115 -
CMYK 0.49 0 0.19 0.44
HSL 156.86º 0.33% 0.42% -
HSV(B) 156.86º 0.49% 0.56% -
XYZ 15.44 21.96 19.64 -
YUV 117.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 72 142 115 0.49 0 0.19 0.44 156.86 0.33 0.42
Hex 48 8E 73 31 0 13 2C 9D 21 2A
Octal 110 216 163 61 0 23 54 235 41 52
Binary 1001000 10001110 1110011 110001 0 10011 101100 10011101 100001 101010

Color Harmonies of #488E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E73

Black with #488E73

Text Example


Text Example

White with #488E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488E73; }

 p { color: rgb(72,142,115); }

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

background-color css

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

 a { background-color: rgb(72,142,115); }

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

border-color css

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

 span { border-color: rgb(72,142,115); }

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