Html Css Color HEX #459571 Viridian

📋 copy color: '#459571'

red 69 ◦ green 149 ◦ blue 113

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

Shades of Viridian #459571

Tints of Viridian #459571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 20.85%
G = 45.02%
B = 34.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#459571 (or 0x459571) is known color: Viridian. HEX triplet: 45, 95 and 71. RGB value is (69,149,113). Sum of RGB (Red+Green+Blue) = 69+149+113=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #459571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459571 is #BA6A8E. Grayscale: #797979. Windows color (decimal): -12216975 or 7443781. OLE color: 7443781.

HSL color Cylindrical-coordinate representation of color #459571: hue angle of 153º 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 #459571 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 149 113 -
CMYK 0.54 0 0.24 0.42
HSL 153º 0.37% 0.43% -
HSV(B) 153º 0.54% 0.58% -
XYZ 16.18 23.95 19.39 -
YUV 120.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 69 149 113 0.54 0 0.24 0.42 153 0.37 0.43
Hex 45 95 71 36 0 18 2A 99 25 2B
Octal 105 225 161 66 0 30 52 231 45 53
Binary 1000101 10010101 1110001 110110 0 11000 101010 10011001 100101 101011

Color Harmonies of #459571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459571

Black with #459571

Text Example


Text Example

White with #459571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459571; }

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

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

background-color css

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

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

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

border-color css

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

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

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