Html Css Color HEX #459170 Viridian

📋 copy color: '#459170'

red 69 ◦ green 145 ◦ blue 112

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

Shades of Viridian #459170

Tints of Viridian #459170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.48%

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

R = 21.17%
G = 44.48%
B = 34.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#459170 (or 0x459170) is known color: Viridian. HEX triplet: 45, 91 and 70. RGB value is (69,145,112). Sum of RGB (Red+Green+Blue) = 69+145+112=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #459170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459170 is #BA6E8F. Grayscale: #767676. Windows color (decimal): -12218000 or 7377221. OLE color: 7377221.

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

Color convert

RGB 69 145 112 -
CMYK 0.52 0 0.23 0.43
HSL 153.95º 0.36% 0.42% -
HSV(B) 153.95º 0.52% 0.57% -
XYZ 15.5 22.69 18.89 -
YUV 118.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 69 145 112 0.52 0 0.23 0.43 153.95 0.36 0.42
Hex 45 91 70 34 0 17 2B 9A 24 2A
Octal 105 221 160 64 0 27 53 232 44 52
Binary 1000101 10010001 1110000 110100 0 10111 101011 10011010 100100 101010

Color Harmonies of #459170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459170

Black with #459170

Text Example


Text Example

White with #459170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459170; }

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

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

background-color css

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

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

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

border-color css

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

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

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