Html Css Color HEX #488870 Viridian

📋 copy color: '#488870'

red 72 ◦ green 136 ◦ blue 112

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

Shades of Viridian #488870

Tints of Viridian #488870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35%

R = 22.5%
G = 42.5%
B = 35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#488870 (or 0x488870) is known color: Viridian. HEX triplet: 48, 88 and 70. RGB value is (72,136,112). Sum of RGB (Red+Green+Blue) = 72+136+112=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #488870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488870 is #B7778F. Grayscale: #727272. Windows color (decimal): -12023696 or 7374920. OLE color: 7374920.

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

Color convert

RGB 72 136 112 -
CMYK 0.47 0 0.18 0.47
HSL 157.5º 0.31% 0.41% -
HSV(B) 157.5º 0.47% 0.53% -
XYZ 14.4 20.16 18.46 -
YUV 114.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 72 136 112 0.47 0 0.18 0.47 157.5 0.31 0.41
Hex 48 88 70 2F 0 12 2F 9E 1F 29
Octal 110 210 160 57 0 22 57 236 37 51
Binary 1001000 10001000 1110000 101111 0 10010 101111 10011110 11111 101001

Color Harmonies of #488870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488870

Black with #488870

Text Example


Text Example

White with #488870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488870; }

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

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

background-color css

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

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

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

border-color css

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

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

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