Html Css Color HEX #488873 Viridian

📋 copy color: '#488873'

red 72 ◦ green 136 ◦ blue 115

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

Shades of Viridian #488873

Tints of Viridian #488873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

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

R = 22.29%
G = 42.11%
B = 35.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#488873 (or 0x488873) is known color: Viridian. HEX triplet: 48, 88 and 73. RGB value is (72,136,115). Sum of RGB (Red+Green+Blue) = 72+136+115=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #488873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488873 is #B7778C. Grayscale: #727272. Windows color (decimal): -12023693 or 7571528. OLE color: 7571528.

HSL color Cylindrical-coordinate representation of color #488873: hue angle of 160.31º degrees, saturation: 0.31, 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 #488873 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 115 -
CMYK 0.47 0 0.15 0.47
HSL 160.31º 0.31% 0.41% -
HSV(B) 160.31º 0.47% 0.53% -
XYZ 14.57 20.22 19.36 -
YUV 114.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 72 136 115 0.47 0 0.15 0.47 160.31 0.31 0.41
Hex 48 88 73 2F 0 F 2F A0 1F 29
Octal 110 210 163 57 0 17 57 240 37 51
Binary 1001000 10001000 1110011 101111 0 1111 101111 10100000 11111 101001

Color Harmonies of #488873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488873

Black with #488873

Text Example


Text Example

White with #488873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488873; }

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

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

background-color css

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

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

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

border-color css

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

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

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