#486D5C

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

Shades of Viridian Green #486D5C

Tints of Viridian Green #486D5C

Color information

#486D5C (or 0x486D5C) is unknown color: approx Viridian Green. HEX triplet: 48, 6D and 5C. RGB value is (72,109,92). Sum of RGB (Red+Green+Blue) = 72+109+92=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #486D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D5C is #B792A3. Grayscale: #606060. Windows color (decimal): -12030628 or 6057288. OLE color: 6057288.

HSL color Cylindrical-coordinate representation of color #486D5C: hue angle of 152.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D5C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB7210992-
CMYK0.3400.160.57
HSL152.43º20.44%35.49%-
HSV(B)152.43º33.94%42.75%-
XYZ10.0713.0912.12-
YUV96125.74110.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=26.37%
G=39.93%
B=33.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109920.3400.160.57152.4320.4435.49
Hex486D5C2201039981423
Octal11015513442020712302443
Binary1001000110110110111001000100100001110011001100010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486D5C; }

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

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

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

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

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

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

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

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