Html Css Color HEX #479274 Viridian

📋 copy color: '#479274'

red 71 ◦ green 146 ◦ blue 116

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

Shades of Viridian #479274

Tints of Viridian #479274

RGB

 RED value IS 71 (28.13% from 255) = 21.32%

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

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

R = 21.32%
G = 43.84%
B = 34.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#479274 (or 0x479274) is known color: Viridian. HEX triplet: 47, 92 and 74. RGB value is (71,146,116). Sum of RGB (Red+Green+Blue) = 71+146+116=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #479274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479274 is #B86D8B. Grayscale: #787878. Windows color (decimal): -12086668 or 7639623. OLE color: 7639623.

HSL color Cylindrical-coordinate representation of color #479274: hue angle of 156º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479274 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 116 -
CMYK 0.51 0 0.21 0.43
HSL 156º 0.35% 0.43% -
HSV(B) 156º 0.51% 0.57% -
XYZ 16.03 23.16 20.15 -
YUV 120.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 71 146 116 0.51 0 0.21 0.43 156 0.35 0.43
Hex 47 92 74 33 0 15 2B 9C 23 2B
Octal 107 222 164 63 0 25 53 234 43 53
Binary 1000111 10010010 1110100 110011 0 10101 101011 10011100 100011 101011

Color Harmonies of #479274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479274

Black with #479274

Text Example


Text Example

White with #479274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479274; }

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

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

background-color css

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

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

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

border-color css

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

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

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