Html Css Color HEX #469276 Viridian

📋 copy color: '#469276'

red 70 ◦ green 146 ◦ blue 118

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

Shades of Viridian #469276

Tints of Viridian #469276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.71%

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

R = 20.96%
G = 43.71%
B = 35.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#469276 (or 0x469276) is known color: Viridian. HEX triplet: 46, 92 and 76. RGB value is (70,146,118). Sum of RGB (Red+Green+Blue) = 70+146+118=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #469276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469276 is #B96D89. Grayscale: #787878. Windows color (decimal): -12152202 or 7770694. OLE color: 7770694.

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

Color convert

RGB 70 146 118 -
CMYK 0.52 0 0.19 0.43
HSL 157.89º 0.35% 0.42% -
HSV(B) 157.89º 0.52% 0.57% -
XYZ 16.07 23.17 20.76 -
YUV 120.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 70 146 118 0.52 0 0.19 0.43 157.89 0.35 0.42
Hex 46 92 76 34 0 13 2B 9E 23 2A
Octal 106 222 166 64 0 23 53 236 43 52
Binary 1000110 10010010 1110110 110100 0 10011 101011 10011110 100011 101010

Color Harmonies of #469276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469276

Black with #469276

Text Example


Text Example

White with #469276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469276; }

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

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

background-color css

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

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

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

border-color css

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

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

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