Html Css Color HEX #459573 Viridian

📋 copy color: '#459573'

red 69 ◦ green 149 ◦ blue 115

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

Shades of Viridian #459573

Tints of Viridian #459573

RGB

 RED value IS 69 (27.34% from 255) = 20.72%

 GREEN value IS 149 (58.59% from 255) = 44.74%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 20.72%
G = 44.74%
B = 34.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#459573 (or 0x459573) is known color: Viridian. HEX triplet: 45, 95 and 73. RGB value is (69,149,115). Sum of RGB (Red+Green+Blue) = 69+149+115=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #459573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459573 is #BA6A8C. Grayscale: #797979. Windows color (decimal): -12216973 or 7574853. OLE color: 7574853.

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

Color convert

RGB 69 149 115 -
CMYK 0.54 0 0.23 0.42
HSL 154.5º 0.37% 0.43% -
HSV(B) 154.5º 0.54% 0.58% -
XYZ 16.3 24 19.99 -
YUV 121.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 69 149 115 0.54 0 0.23 0.42 154.5 0.37 0.43
Hex 45 95 73 36 0 17 2A 9A 25 2B
Octal 105 225 163 66 0 27 52 232 45 53
Binary 1000101 10010101 1110011 110110 0 10111 101010 10011010 100101 101011

Color Harmonies of #459573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459573

Black with #459573

Text Example


Text Example

White with #459573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459573; }

 p { color: rgb(69,149,115); }

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

background-color css

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

 a { background-color: rgb(69,149,115); }

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

border-color css

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

 span { border-color: rgb(69,149,115); }

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