Html Css Color HEX #469376 Viridian

📋 copy color: '#469376'

red 70 ◦ green 147 ◦ blue 118

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

Shades of Viridian #469376

Tints of Viridian #469376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 20.9%
G = 43.88%
B = 35.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#469376 (or 0x469376) is known color: Viridian. HEX triplet: 46, 93 and 76. RGB value is (70,147,118). Sum of RGB (Red+Green+Blue) = 70+147+118=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #469376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469376 is #B96C89. Grayscale: #787878. Windows color (decimal): -12151946 or 7770950. OLE color: 7770950.

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

Color convert

RGB 70 147 118 -
CMYK 0.52 0 0.20 0.42
HSL 157.4º 0.35% 0.43% -
HSV(B) 157.4º 0.52% 0.58% -
XYZ 16.23 23.48 20.82 -
YUV 120.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 70 147 118 0.52 0 0.20 0.42 157.4 0.35 0.43
Hex 46 93 76 34 0 14 2A 9D 23 2B
Octal 106 223 166 64 0 24 52 235 43 53
Binary 1000110 10010011 1110110 110100 0 10100 101010 10011101 100011 101011

Color Harmonies of #469376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469376

Black with #469376

Text Example


Text Example

White with #469376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469376; }

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

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

background-color css

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

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

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

border-color css

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

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

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