Html Css Color HEX #459570 Viridian

📋 copy color: '#459570'

red 69 ◦ green 149 ◦ blue 112

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

Shades of Viridian #459570

Tints of Viridian #459570

RGB

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

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

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

R = 20.91%
G = 45.15%
B = 33.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#459570 (or 0x459570) is known color: Viridian. HEX triplet: 45, 95 and 70. RGB value is (69,149,112). Sum of RGB (Red+Green+Blue) = 69+149+112=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #459570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459570 is #BA6A8F. Grayscale: #787878. Windows color (decimal): -12216976 or 7378245. OLE color: 7378245.

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

Color convert

RGB 69 149 112 -
CMYK 0.54 0 0.25 0.42
HSL 152.25º 0.37% 0.43% -
HSV(B) 152.25º 0.54% 0.58% -
XYZ 16.13 23.93 19.1 -
YUV 120.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 69 149 112 0.54 0 0.25 0.42 152.25 0.37 0.43
Hex 45 95 70 36 0 19 2A 98 25 2B
Octal 105 225 160 66 0 31 52 230 45 53
Binary 1000101 10010101 1110000 110110 0 11001 101010 10011000 100101 101011

Color Harmonies of #459570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459570

Black with #459570

Text Example


Text Example

White with #459570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459570; }

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

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

background-color css

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

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

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

border-color css

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

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

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