#488266

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

Shades of Viridian #488266

Tints of Viridian #488266

Color information

#488266 (or 0x488266) is unknown color: approx Viridian. HEX triplet: 48, 82 and 66. RGB value is (72,130,102). Sum of RGB (Red+Green+Blue) = 72+130+102=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #488266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488266 is #B77D99. Grayscale: #6D6D6D. Windows color (decimal): -12025242 or 6718024. OLE color: 6718024.

HSL color Cylindrical-coordinate representation of color #488266: hue angle of 151.03º 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 #488266 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB72130102-
CMYK0.4500.220.49
HSL151.03º28.71%39.61%-
HSV(B)151.03º44.62%50.98%-
XYZ13.0518.315.42-
YUV109.47123.78101.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=23.68%
G=42.76%
B=33.55%

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
Decimal721301020.4500.220.49151.0328.7139.61
Hex4882662D01631971d28
Octal11020214655026612273550
Binary10010001000001011001101011010101101100011001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488266; }

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

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

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

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

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

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

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

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