Html Css Color HEX #469177 Viridian

📋 copy color: '#469177'

red 70 ◦ green 145 ◦ blue 119

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

Shades of Viridian #469177

Tints of Viridian #469177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 20.96%
G = 43.41%
B = 35.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#469177 (or 0x469177) is known color: Viridian. HEX triplet: 46, 91 and 77. RGB value is (70,145,119). Sum of RGB (Red+Green+Blue) = 70+145+119=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #469177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469177 is #B96E88. Grayscale: #777777. Windows color (decimal): -12152457 or 7835974. OLE color: 7835974.

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

Color convert

RGB 70 145 119 -
CMYK 0.52 0 0.18 0.43
HSL 159.2º 0.35% 0.42% -
HSV(B) 159.2º 0.52% 0.57% -
XYZ 15.98 22.88 21.03 -
YUV 119.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 70 145 119 0.52 0 0.18 0.43 159.2 0.35 0.42
Hex 46 91 77 34 0 12 2B 9F 23 2A
Octal 106 221 167 64 0 22 53 237 43 52
Binary 1000110 10010001 1110111 110100 0 10010 101011 10011111 100011 101010

Color Harmonies of #469177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469177

Black with #469177

Text Example


Text Example

White with #469177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469177; }

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

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

background-color css

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

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

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

border-color css

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

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

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