Html Css Color HEX #488874 Viridian

📋 copy color: '#488874'

red 72 ◦ green 136 ◦ blue 116

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

Shades of Viridian #488874

Tints of Viridian #488874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 22.22%
G = 41.98%
B = 35.8%

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

#488874 (or 0x488874) is known color: Viridian. HEX triplet: 48, 88 and 74. RGB value is (72,136,116). Sum of RGB (Red+Green+Blue) = 72+136+116=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 136 - color contains mainly: green. Hex color #488874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488874 is #B7778B. Grayscale: #727272. Windows color (decimal): -12023692 or 7637064. OLE color: 7637064.

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

Color convert

RGB 72 136 116 -
CMYK 0.47 0 0.15 0.47
HSL 161.25º 0.31% 0.41% -
HSV(B) 161.25º 0.47% 0.53% -
XYZ 14.63 20.25 19.66 -
YUV 114.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 72 136 116 0.47 0 0.15 0.47 161.25 0.31 0.41
Hex 48 88 74 2F 0 F 2F A1 1F 29
Octal 110 210 164 57 0 17 57 241 37 51
Binary 1001000 10001000 1110100 101111 0 1111 101111 10100001 11111 101001

Color Harmonies of #488874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488874

Black with #488874

Text Example


Text Example

White with #488874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488874; }

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

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

background-color css

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

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

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

border-color css

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

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

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