Html Css Color HEX #488970 Viridian

📋 copy color: '#488970'

red 72 ◦ green 137 ◦ blue 112

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

Shades of Viridian #488970

Tints of Viridian #488970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

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

R = 22.43%
G = 42.68%
B = 34.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#488970 (or 0x488970) is known color: Viridian. HEX triplet: 48, 89 and 70. RGB value is (72,137,112). Sum of RGB (Red+Green+Blue) = 72+137+112=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #488970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488970 is #B7768F. Grayscale: #727272. Windows color (decimal): -12023440 or 7375176. OLE color: 7375176.

HSL color Cylindrical-coordinate representation of color #488970: hue angle of 156.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488970 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 112 -
CMYK 0.47 0 0.18 0.46
HSL 156.92º 0.31% 0.41% -
HSV(B) 156.92º 0.47% 0.54% -
XYZ 14.54 20.44 18.51 -
YUV 114.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 72 137 112 0.47 0 0.18 0.46 156.92 0.31 0.41
Hex 48 89 70 2F 0 12 2E 9D 1F 29
Octal 110 211 160 57 0 22 56 235 37 51
Binary 1001000 10001001 1110000 101111 0 10010 101110 10011101 11111 101001

Color Harmonies of #488970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488970

Black with #488970

Text Example


Text Example

White with #488970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488970; }

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

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

background-color css

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

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

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

border-color css

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

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

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