#488366

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

Shades of Viridian #488366

Tints of Viridian #488366

Color information

#488366 (or 0x488366) is unknown color: approx Viridian. HEX triplet: 48, 83 and 66. RGB value is (72,131,102). Sum of RGB (Red+Green+Blue) = 72+131+102=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #488366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488366 is #B77C99. Grayscale: #6E6E6E. Windows color (decimal): -12024986 or 6718280. OLE color: 6718280.

HSL color Cylindrical-coordinate representation of color #488366: hue angle of 150.51º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488366 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB72131102-
CMYK0.4500.220.49
HSL150.51º29.06%39.8%-
HSV(B)150.51º45.04%51.37%-
XYZ13.1918.5715.46-
YUV110.05123.45100.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=23.61%
G=42.95%
B=33.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721311020.4500.220.49150.5129.0639.8
Hex4883662D01631971d28
Octal11020314655026612273550
Binary10010001000001111001101011010101101100011001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488366; }

 p { color: rgb(72,131,102); }

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

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

 a { background-color: rgb(72,131,102); }

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

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

 span { border-color: rgb(72,131,102); }

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