Html Css Color HEX #469174 Viridian

📋 copy color: '#469174'

red 70 ◦ green 145 ◦ blue 116

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

Shades of Viridian #469174

Tints of Viridian #469174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 21.15%
G = 43.81%
B = 35.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#469174 (or 0x469174) is known color: Viridian. HEX triplet: 46, 91 and 74. RGB value is (70,145,116). Sum of RGB (Red+Green+Blue) = 70+145+116=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #469174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469174 is #B96E8B. Grayscale: #777777. Windows color (decimal): -12152460 or 7639366. OLE color: 7639366.

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

Color convert

RGB 70 145 116 -
CMYK 0.52 0 0.2 0.43
HSL 156.8º 0.35% 0.42% -
HSV(B) 156.8º 0.52% 0.57% -
XYZ 15.8 22.81 20.09 -
YUV 119.27 126.15 92.86 -
System Red Green Blue C M Y K H S L
Decimal 70 145 116 0.52 0 0.2 0.43 156.8 0.35 0.42
Hex 46 91 74 34 0 14 2B 9D 23 2A
Octal 106 221 164 64 0 24 53 235 43 52
Binary 1000110 10010001 1110100 110100 0 10100 101011 10011101 100011 101010

Color Harmonies of #469174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469174

Black with #469174

Text Example


Text Example

White with #469174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469174; }

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

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

background-color css

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

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

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

border-color css

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

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

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