Html Css Color HEX #488974 Viridian

📋 copy color: '#488974'

red 72 ◦ green 137 ◦ blue 116

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

Shades of Viridian #488974

Tints of Viridian #488974

RGB

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

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

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

R = 22.15%
G = 42.15%
B = 35.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#488974 (or 0x488974) is known color: Viridian. HEX triplet: 48, 89 and 74. RGB value is (72,137,116). Sum of RGB (Red+Green+Blue) = 72+137+116=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #488974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488974 is #B7768B. Grayscale: #737373. Windows color (decimal): -12023436 or 7637320. OLE color: 7637320.

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

Color convert

RGB 72 137 116 -
CMYK 0.47 0 0.15 0.46
HSL 160.62º 0.31% 0.41% -
HSV(B) 160.62º 0.47% 0.54% -
XYZ 14.77 20.53 19.71 -
YUV 115.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 72 137 116 0.47 0 0.15 0.46 160.62 0.31 0.41
Hex 48 89 74 2F 0 F 2E A1 1F 29
Octal 110 211 164 57 0 17 56 241 37 51
Binary 1001000 10001001 1110100 101111 0 1111 101110 10100001 11111 101001

Color Harmonies of #488974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488974

Black with #488974

Text Example


Text Example

White with #488974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488974; }

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

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

background-color css

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

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

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

border-color css

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

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

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