Html Css Color HEX #488978 Viridian

📋 copy color: '#488978'

red 72 ◦ green 137 ◦ blue 120

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

Shades of Viridian #488978

Tints of Viridian #488978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 21.88%
G = 41.64%
B = 36.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#488978 (or 0x488978) is known color: Viridian. HEX triplet: 48, 89 and 78. RGB value is (72,137,120). Sum of RGB (Red+Green+Blue) = 72+137+120=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #488978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488978 is #B77687. Grayscale: #737373. Windows color (decimal): -12023432 or 7899464. OLE color: 7899464.

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

Color convert

RGB 72 137 120 -
CMYK 0.47 0 0.12 0.46
HSL 164.31º 0.31% 0.41% -
HSV(B) 164.31º 0.47% 0.54% -
XYZ 15.01 20.63 20.96 -
YUV 115.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 72 137 120 0.47 0 0.12 0.46 164.31 0.31 0.41
Hex 48 89 78 2F 0 C 2E A4 1F 29
Octal 110 211 170 57 0 14 56 244 37 51
Binary 1001000 10001001 1111000 101111 0 1100 101110 10100100 11111 101001

Color Harmonies of #488978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488978

Black with #488978

Text Example


Text Example

White with #488978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488978; }

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

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

background-color css

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

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

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

border-color css

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

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

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