#477868

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

Shades of Viridian #477868

Tints of Viridian #477868

Color information

#477868 (or 0x477868) is unknown color: approx Viridian. HEX triplet: 47, 78 and 68. RGB value is (71,120,104). Sum of RGB (Red+Green+Blue) = 71+120+104=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #477868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477868 is #B88797. Grayscale: #676767. Windows color (decimal): -12093336 or 6846535. OLE color: 6846535.

HSL color Cylindrical-coordinate representation of color #477868: hue angle of 160.41º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477868 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB71120104-
CMYK0.4100.130.53
HSL160.41º25.65%37.45%-
HSV(B)160.41º40.83%47.06%-
XYZ11.8115.7715.52-
YUV103.52128.27104.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=24.07%
G=40.68%
B=35.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201040.4100.130.53160.4125.6537.45
Hex477868290D35a01a25
Octal10717015051015652403245
Binary100011111110001101000101001011011101011010000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477868; }

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

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

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

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

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

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

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

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