Html Css Color HEX #488E72 Viridian

📋 copy color: '#488E72'

red 72 ◦ green 142 ◦ blue 114

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

Shades of Viridian #488E72

Tints of Viridian #488E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 21.95%
G = 43.29%
B = 34.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#488E72 (or 0x488E72) is known color: Viridian. HEX triplet: 48, 8E and 72. RGB value is (72,142,114). Sum of RGB (Red+Green+Blue) = 72+142+114=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #488E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E72 is #B7718D. Grayscale: #757575. Windows color (decimal): -12022158 or 7507528. OLE color: 7507528.

HSL color Cylindrical-coordinate representation of color #488E72: hue angle of 156º 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 #488E72 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 142 114 -
CMYK 0.49 0 0.20 0.44
HSL 156º 0.33% 0.42% -
HSV(B) 156º 0.49% 0.56% -
XYZ 15.38 21.94 19.34 -
YUV 117.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 72 142 114 0.49 0 0.20 0.44 156 0.33 0.42
Hex 48 8E 72 31 0 14 2C 9C 21 2A
Octal 110 216 162 61 0 24 54 234 41 52
Binary 1001000 10001110 1110010 110001 0 10100 101100 10011100 100001 101010

Color Harmonies of #488E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E72

Black with #488E72

Text Example


Text Example

White with #488E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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