#488669

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

Shades of Viridian #488669

Tints of Viridian #488669

Color information

#488669 (or 0x488669) is unknown color: approx Viridian. HEX triplet: 48, 86 and 69. RGB value is (72,134,105). Sum of RGB (Red+Green+Blue) = 72+134+105=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #488669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488669 is #B77996. Grayscale: #707070. Windows color (decimal): -12024215 or 6915656. OLE color: 6915656.

HSL color Cylindrical-coordinate representation of color #488669: hue angle of 151.94º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488669 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB72134105-
CMYK0.4600.220.47
HSL151.94º30.1%40.39%-
HSV(B)151.94º46.27%52.55%-
XYZ13.7519.4516.39-
YUV112.16123.9699.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=23.15%
G=43.09%
B=33.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341050.4600.220.47151.9430.140.39
Hex4886692E0162F981e28
Octal11020615156026572303650
Binary10010001000011011010011011100101101011111001100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488669; }

 p { color: rgb(72,134,105); }

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

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

 a { background-color: rgb(72,134,105); }

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

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

 span { border-color: rgb(72,134,105); }

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