Html Css Color HEX #488570 Viridian

📋 copy color: '#488570'

red 72 ◦ green 133 ◦ blue 112

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

Shades of Viridian #488570

Tints of Viridian #488570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 22.71%
G = 41.96%
B = 35.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#488570 (or 0x488570) is known color: Viridian. HEX triplet: 48, 85 and 70. RGB value is (72,133,112). Sum of RGB (Red+Green+Blue) = 72+133+112=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #488570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488570 is #B77A8F. Grayscale: #707070. Windows color (decimal): -12024464 or 7374152. OLE color: 7374152.

HSL color Cylindrical-coordinate representation of color #488570: hue angle of 159.34º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488570 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 112 -
CMYK 0.46 0 0.16 0.48
HSL 159.34º 0.3% 0.4% -
HSV(B) 159.34º 0.46% 0.52% -
XYZ 13.98 19.32 18.32 -
YUV 112.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 72 133 112 0.46 0 0.16 0.48 159.34 0.3 0.4
Hex 48 85 70 2E 0 10 30 9F 1E 28
Octal 110 205 160 56 0 20 60 237 36 50
Binary 1001000 10000101 1110000 101110 0 10000 110000 10011111 11110 101000

Color Harmonies of #488570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488570

Black with #488570

Text Example


Text Example

White with #488570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488570; }

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

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

background-color css

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

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

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

border-color css

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

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

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