Html Css Color HEX #489472 Viridian

📋 copy color: '#489472'

red 72 ◦ green 148 ◦ blue 114

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

Shades of Viridian #489472

Tints of Viridian #489472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 21.56%
G = 44.31%
B = 34.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#489472 (or 0x489472) is known color: Viridian. HEX triplet: 48, 94 and 72. RGB value is (72,148,114). Sum of RGB (Red+Green+Blue) = 72+148+114=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #489472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489472 is #B76B8D. Grayscale: #797979. Windows color (decimal): -12020622 or 7509064. OLE color: 7509064.

HSL color Cylindrical-coordinate representation of color #489472: hue angle of 153.16º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489472 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 114 -
CMYK 0.51 0 0.23 0.42
HSL 153.16º 0.35% 0.43% -
HSV(B) 153.16º 0.51% 0.58% -
XYZ 16.3 23.77 19.65 -
YUV 121.4 123.82 92.76 -
System Red Green Blue C M Y K H S L
Decimal 72 148 114 0.51 0 0.23 0.42 153.16 0.35 0.43
Hex 48 94 72 33 0 17 2A 99 23 2B
Octal 110 224 162 63 0 27 52 231 43 53
Binary 1001000 10010100 1110010 110011 0 10111 101010 10011001 100011 101011

Color Harmonies of #489472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489472

Black with #489472

Text Example


Text Example

White with #489472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489472; }

 p { color: rgb(72,148,114); }

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

background-color css

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

 a { background-color: rgb(72,148,114); }

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

border-color css

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

 span { border-color: rgb(72,148,114); }

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