Html Css Color HEX #469171 Viridian

📋 copy color: '#469171'

red 70 ◦ green 145 ◦ blue 113

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

Shades of Viridian #469171

Tints of Viridian #469171

RGB

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

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

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

R = 21.34%
G = 44.21%
B = 34.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#469171 (or 0x469171) is known color: Viridian. HEX triplet: 46, 91 and 71. RGB value is (70,145,113). Sum of RGB (Red+Green+Blue) = 70+145+113=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #469171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469171 is #B96E8E. Grayscale: #767676. Windows color (decimal): -12152463 or 7442758. OLE color: 7442758.

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

Color convert

RGB 70 145 113 -
CMYK 0.52 0 0.22 0.43
HSL 154.4º 0.35% 0.42% -
HSV(B) 154.4º 0.52% 0.57% -
XYZ 15.63 22.75 19.19 -
YUV 118.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 70 145 113 0.52 0 0.22 0.43 154.4 0.35 0.42
Hex 46 91 71 34 0 16 2B 9A 23 2A
Octal 106 221 161 64 0 26 53 232 43 52
Binary 1000110 10010001 1110001 110100 0 10110 101011 10011010 100011 101010

Color Harmonies of #469171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469171

Black with #469171

Text Example


Text Example

White with #469171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469171; }

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

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

background-color css

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

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

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

border-color css

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

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

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