#478366

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

Shades of Viridian #478366

Tints of Viridian #478366

Color information

#478366 (or 0x478366) is unknown color: approx Viridian. HEX triplet: 47, 83 and 66. RGB value is (71,131,102). Sum of RGB (Red+Green+Blue) = 71+131+102=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #478366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478366 is #B87C99. Grayscale: #6D6D6D. Windows color (decimal): -12090522 or 6718279. OLE color: 6718279.

HSL color Cylindrical-coordinate representation of color #478366: hue angle of 151º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478366 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB71131102-
CMYK0.4600.220.49
HSL151º29.7%39.61%-
HSV(B)151º45.8%51.37%-
XYZ13.1118.5315.46-
YUV109.75123.62100.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=23.36%
G=43.09%
B=33.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711311020.4600.220.4915129.739.61
Hex4783662E01631971e28
Octal10720314656026612273650
Binary10001111000001111001101011100101101100011001011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478366; }

 p { color: rgb(71,131,102); }

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

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

 a { background-color: rgb(71,131,102); }

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

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

 span { border-color: rgb(71,131,102); }

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