Html Css Color HEX #489075 Viridian

📋 copy color: '#489075'

red 72 ◦ green 144 ◦ blue 117

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

Shades of Viridian #489075

Tints of Viridian #489075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 21.62%
G = 43.24%
B = 35.14%

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

#489075 (or 0x489075) is known color: Viridian. HEX triplet: 48, 90 and 75. RGB value is (72,144,117). Sum of RGB (Red+Green+Blue) = 72+144+117=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #489075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489075 is #B76F8A. Grayscale: #777777. Windows color (decimal): -12021643 or 7704648. OLE color: 7704648.

HSL color Cylindrical-coordinate representation of color #489075: hue angle of 157.5º 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 #489075 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 117 -
CMYK 0.50 0 0.19 0.44
HSL 157.5º 0.33% 0.42% -
HSV(B) 157.5º 0.5% 0.56% -
XYZ 15.86 22.61 20.36 -
YUV 119.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 72 144 117 0.50 0 0.19 0.44 157.5 0.33 0.42
Hex 48 90 75 32 0 13 2C 9E 21 2A
Octal 110 220 165 62 0 23 54 236 41 52
Binary 1001000 10010000 1110101 110010 0 10011 101100 10011110 100001 101010

Color Harmonies of #489075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489075

Black with #489075

Text Example


Text Example

White with #489075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489075; }

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

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

background-color css

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

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

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

border-color css

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

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

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