#478266

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

Shades of Viridian #478266

Tints of Viridian #478266

Color information

#478266 (or 0x478266) is unknown color: approx Viridian. HEX triplet: 47, 82 and 66. RGB value is (71,130,102). Sum of RGB (Red+Green+Blue) = 71+130+102=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #478266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478266 is #B87D99. Grayscale: #6D6D6D. Windows color (decimal): -12090778 or 6718023. OLE color: 6718023.

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

Color convert

RGB71130102-
CMYK0.4500.220.49
HSL151.53º29.35%39.41%-
HSV(B)151.53º45.38%50.98%-
XYZ12.9818.2615.41-
YUV109.17123.95100.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=23.43%
G=42.90%
B=33.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301020.4500.220.49151.5329.3539.41
Hex4782662D01631981d27
Octal10720214655026612303547
Binary10001111000001011001101011010101101100011001100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478266; }

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

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

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

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

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

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

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

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