Html Css Color HEX #469173 Viridian

📋 copy color: '#469173'

red 70 ◦ green 145 ◦ blue 115

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

Shades of Viridian #469173

Tints of Viridian #469173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 21.21%
G = 43.94%
B = 34.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#469173 (or 0x469173) is known color: Viridian. HEX triplet: 46, 91 and 73. RGB value is (70,145,115). Sum of RGB (Red+Green+Blue) = 70+145+115=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #469173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469173 is #B96E8C. Grayscale: #777777. Windows color (decimal): -12152461 or 7573830. OLE color: 7573830.

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

Color convert

RGB 70 145 115 -
CMYK 0.52 0 0.21 0.43
HSL 156º 0.35% 0.42% -
HSV(B) 156º 0.52% 0.57% -
XYZ 15.75 22.79 19.79 -
YUV 119.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 70 145 115 0.52 0 0.21 0.43 156 0.35 0.42
Hex 46 91 73 34 0 15 2B 9C 23 2A
Octal 106 221 163 64 0 25 53 234 43 52
Binary 1000110 10010001 1110011 110100 0 10101 101011 10011100 100011 101010

Color Harmonies of #469173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469173

Black with #469173

Text Example


Text Example

White with #469173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469173; }

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

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

background-color css

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

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

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

border-color css

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

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

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