#479074

Color #479074 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #479074

Tints of Viridian #479074

Color information

#479074 (or 0x479074) is unknown color: approx Viridian. HEX triplet: 47, 90 and 74. RGB value is (71,144,116). Sum of RGB (Red+Green+Blue) = 71+144+116=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #479074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479074 is #B86F8B. Grayscale: #777777. Windows color (decimal): -12087180 or 7639111. OLE color: 7639111.

HSL color Cylindrical-coordinate representation of color #479074: hue angle of 156.99º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479074 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB71144116-
CMYK0.5100.190.44
HSL156.99º33.95%42.16%-
HSV(B)156.99º50.69%56.47%-
XYZ15.7222.5520.05-
YUV118.98126.3293.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=21.45%
G=43.50%
B=35.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711441160.5100.190.44156.9933.9542.16
Hex479074330132C9d222a
Octal10722016463023542354252
Binary100011110010000111010011001101001110110010011101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479074; }

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

 H1.HeaderClassName
 {
   color: #479074;
 }
 .AnyTagClassName
 {
   color: #479074;
 }
</style>
background-color css

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

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

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

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

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

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