Html Css Color HEX #489074 Viridian

📋 copy color: '#489074'

red 72 ◦ green 144 ◦ blue 116

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

Shades of Viridian #489074

Tints of Viridian #489074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

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

R = 21.69%
G = 43.37%
B = 34.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#489074 (or 0x489074) is known color: Viridian. HEX triplet: 48, 90 and 74. RGB value is (72,144,116). Sum of RGB (Red+Green+Blue) = 72+144+116=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #489074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489074 is #B76F8B. Grayscale: #777777. Windows color (decimal): -12021644 or 7639112. OLE color: 7639112.

HSL color Cylindrical-coordinate representation of color #489074: hue angle of 156.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489074 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 116 -
CMYK 0.50 0 0.19 0.44
HSL 156.67º 0.33% 0.42% -
HSV(B) 156.67º 0.5% 0.56% -
XYZ 15.8 22.59 20.05 -
YUV 119.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 72 144 116 0.50 0 0.19 0.44 156.67 0.33 0.42
Hex 48 90 74 32 0 13 2C 9D 21 2A
Octal 110 220 164 62 0 23 54 235 41 52
Binary 1001000 10010000 1110100 110010 0 10011 101100 10011101 100001 101010

Color Harmonies of #489074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489074

Black with #489074

Text Example


Text Example

White with #489074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489074; }

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

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

background-color css

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

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

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

border-color css

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

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

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