Html Css Color HEX #469274 Viridian

📋 copy color: '#469274'

red 70 ◦ green 146 ◦ blue 116

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

Shades of Viridian #469274

Tints of Viridian #469274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 21.08%
G = 43.98%
B = 34.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#469274 (or 0x469274) is known color: Viridian. HEX triplet: 46, 92 and 74. RGB value is (70,146,116). Sum of RGB (Red+Green+Blue) = 70+146+116=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #469274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469274 is #B96D8B. Grayscale: #777777. Windows color (decimal): -12152204 or 7639622. OLE color: 7639622.

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

Color convert

RGB 70 146 116 -
CMYK 0.52 0 0.21 0.43
HSL 156.32º 0.35% 0.42% -
HSV(B) 156.32º 0.52% 0.57% -
XYZ 15.96 23.12 20.14 -
YUV 119.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 70 146 116 0.52 0 0.21 0.43 156.32 0.35 0.42
Hex 46 92 74 34 0 15 2B 9C 23 2A
Octal 106 222 164 64 0 25 53 234 43 52
Binary 1000110 10010010 1110100 110100 0 10101 101011 10011100 100011 101010

Color Harmonies of #469274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469274

Black with #469274

Text Example


Text Example

White with #469274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469274; }

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

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

background-color css

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

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

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

border-color css

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

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

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