Html Css Color HEX #469377 Viridian

📋 copy color: '#469377'

red 70 ◦ green 147 ◦ blue 119

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

Shades of Viridian #469377

Tints of Viridian #469377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.75%

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

R = 20.83%
G = 43.75%
B = 35.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#469377 (or 0x469377) is known color: Viridian. HEX triplet: 46, 93 and 77. RGB value is (70,147,119). Sum of RGB (Red+Green+Blue) = 70+147+119=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #469377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469377 is #B96C88. Grayscale: #787878. Windows color (decimal): -12151945 or 7836486. OLE color: 7836486.

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

Color convert

RGB 70 147 119 -
CMYK 0.52 0 0.19 0.42
HSL 158.18º 0.35% 0.43% -
HSV(B) 158.18º 0.52% 0.58% -
XYZ 16.29 23.5 21.13 -
YUV 120.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 70 147 119 0.52 0 0.19 0.42 158.18 0.35 0.43
Hex 46 93 77 34 0 13 2A 9E 23 2B
Octal 106 223 167 64 0 23 52 236 43 53
Binary 1000110 10010011 1110111 110100 0 10011 101010 10011110 100011 101011

Color Harmonies of #469377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469377

Black with #469377

Text Example


Text Example

White with #469377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469377; }

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

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

background-color css

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

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

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

border-color css

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

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

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