Html Css Color HEX #469477 Viridian

📋 copy color: '#469477'

red 70 ◦ green 148 ◦ blue 119

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

Shades of Viridian #469477

Tints of Viridian #469477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

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

R = 20.77%
G = 43.92%
B = 35.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#469477 (or 0x469477) is known color: Viridian. HEX triplet: 46, 94 and 77. RGB value is (70,148,119). Sum of RGB (Red+Green+Blue) = 70+148+119=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #469477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469477 is #B96B88. Grayscale: #797979. Windows color (decimal): -12151689 or 7836742. OLE color: 7836742.

HSL color Cylindrical-coordinate representation of color #469477: hue angle of 157.69º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469477 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 119 -
CMYK 0.53 0 0.20 0.42
HSL 157.69º 0.36% 0.43% -
HSV(B) 157.69º 0.53% 0.58% -
XYZ 16.45 23.81 21.18 -
YUV 121.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 70 148 119 0.53 0 0.20 0.42 157.69 0.36 0.43
Hex 46 94 77 35 0 14 2A 9E 24 2B
Octal 106 224 167 65 0 24 52 236 44 53
Binary 1000110 10010100 1110111 110101 0 10100 101010 10011110 100100 101011

Color Harmonies of #469477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469477

Black with #469477

Text Example


Text Example

White with #469477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469477; }

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

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

background-color css

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

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

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

border-color css

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

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

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