#485C55

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

Shades of Viridian Green #485C55

Tints of Viridian Green #485C55

Color information

#485C55 (or 0x485C55) is unknown color: approx Viridian Green. HEX triplet: 48, 5C and 55. RGB value is (72,92,85). Sum of RGB (Red+Green+Blue) = 72+92+85=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #485C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C55 is #B7A3AA. Grayscale: #555555. Windows color (decimal): -12034987 or 5594184. OLE color: 5594184.

HSL color Cylindrical-coordinate representation of color #485C55: hue angle of 159º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C55 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB729285-
CMYK0.2200.080.64
HSL159º12.2%32.16%-
HSV(B)159º21.74%36.08%-
XYZ8.149.6910.04-
YUV85.22127.87118.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=28.92%
G=36.95%
B=34.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292850.2200.080.6415912.232.16
Hex485C551608409fc20
Octal110134125260101002371440
Binary10010001011100101010110110010001000000100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485C55; }

 p { color: rgb(72,92,85); }

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

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

 a { background-color: rgb(72,92,85); }

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

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

 span { border-color: rgb(72,92,85); }

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