#478275

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

Shades of Viridian #478275

Tints of Viridian #478275

Color information

#478275 (or 0x478275) is unknown color: approx Viridian. HEX triplet: 47, 82 and 75. RGB value is (71,130,117). Sum of RGB (Red+Green+Blue) = 71+130+117=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #478275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478275 is #B87D8A. Grayscale: #6E6E6E. Windows color (decimal): -12090763 or 7701063. OLE color: 7701063.

HSL color Cylindrical-coordinate representation of color #478275: hue angle of 166.78º 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 #478275 is Cyan = 0.45, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB71130117-
CMYK0.4500.10.49
HSL166.78º29.35%39.41%-
HSV(B)166.78º45.38%50.98%-
XYZ13.7918.5919.69-
YUV110.88131.4599.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=22.33%
G=40.88%
B=36.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301170.4500.10.49166.7829.3539.41
Hex4782752D0A31a71d27
Octal10720216555012612473547
Binary1000111100000101110101101101010101100011010011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478275; }

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

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

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

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

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

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

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

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