#478568

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

Shades of Viridian #478568

Tints of Viridian #478568

Color information

#478568 (or 0x478568) is unknown color: approx Viridian. HEX triplet: 47, 85 and 68. RGB value is (71,133,104). Sum of RGB (Red+Green+Blue) = 71+133+104=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #478568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478568 is #B87A97. Grayscale: #6F6F6F. Windows color (decimal): -12090008 or 6849863. OLE color: 6849863.

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

Color convert

RGB71133104-
CMYK0.4700.220.48
HSL151.94º30.39%40%-
HSV(B)151.94º46.62%52.16%-
XYZ13.4819.1116.08-
YUV111.16123.9699.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=23.05%
G=43.18%
B=33.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711331040.4700.220.48151.9430.3940
Hex4785682F01630981e28
Octal10720515057026602303650
Binary10001111000010111010001011110101101100001001100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478568; }

 p { color: rgb(71,133,104); }

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

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

 a { background-color: rgb(71,133,104); }

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

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

 span { border-color: rgb(71,133,104); }

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