Html Css Color HEX #469170 Viridian

📋 copy color: '#469170'

red 70 ◦ green 145 ◦ blue 112

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

Shades of Viridian #469170

Tints of Viridian #469170

RGB

 RED value IS 70 (27.73% from 255) = 21.41%

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

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

R = 21.41%
G = 44.34%
B = 34.25%

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

#469170 (or 0x469170) is known color: Viridian. HEX triplet: 46, 91 and 70. RGB value is (70,145,112). Sum of RGB (Red+Green+Blue) = 70+145+112=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #469170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469170 is #B96E8F. Grayscale: #767676. Windows color (decimal): -12152464 or 7377222. OLE color: 7377222.

HSL color Cylindrical-coordinate representation of color #469170: hue angle of 153.6º degrees, saturation: 0.35, 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 #469170 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 112 -
CMYK 0.52 0 0.23 0.43
HSL 153.6º 0.35% 0.42% -
HSV(B) 153.6º 0.52% 0.57% -
XYZ 15.58 22.72 18.89 -
YUV 118.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 70 145 112 0.52 0 0.23 0.43 153.6 0.35 0.42
Hex 46 91 70 34 0 17 2B 9A 23 2A
Octal 106 221 160 64 0 27 53 232 43 52
Binary 1000110 10010001 1110000 110100 0 10111 101011 10011010 100011 101010

Color Harmonies of #469170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469170

Black with #469170

Text Example


Text Example

White with #469170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469170; }

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

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

background-color css

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

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

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

border-color css

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

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

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