Html Css Color HEX #489270 Viridian

📋 copy color: '#489270'

red 72 ◦ green 146 ◦ blue 112

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

Shades of Viridian #489270

Tints of Viridian #489270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

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

R = 21.82%
G = 44.24%
B = 33.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#489270 (or 0x489270) is known color: Viridian. HEX triplet: 48, 92 and 70. RGB value is (72,146,112). Sum of RGB (Red+Green+Blue) = 72+146+112=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #489270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489270 is #B76D8F. Grayscale: #787878. Windows color (decimal): -12021136 or 7377480. OLE color: 7377480.

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

Color convert

RGB 72 146 112 -
CMYK 0.51 0 0.23 0.43
HSL 152.43º 0.34% 0.43% -
HSV(B) 152.43º 0.51% 0.57% -
XYZ 15.88 23.11 18.95 -
YUV 120 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 72 146 112 0.51 0 0.23 0.43 152.43 0.34 0.43
Hex 48 92 70 33 0 17 2B 98 22 2B
Octal 110 222 160 63 0 27 53 230 42 53
Binary 1001000 10010010 1110000 110011 0 10111 101011 10011000 100010 101011

Color Harmonies of #489270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489270

Black with #489270

Text Example


Text Example

White with #489270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489270; }

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

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

background-color css

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

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

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

border-color css

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

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

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