#488969

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

Shades of Viridian #488969

Tints of Viridian #488969

Color information

#488969 (or 0x488969) is unknown color: approx Viridian. HEX triplet: 48, 89 and 69. RGB value is (72,137,105). Sum of RGB (Red+Green+Blue) = 72+137+105=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #488969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488969 is #B77696. Grayscale: #717171. Windows color (decimal): -12023447 or 6916424. OLE color: 6916424.

HSL color Cylindrical-coordinate representation of color #488969: hue angle of 150.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488969 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB72137105-
CMYK0.4700.230.46
HSL150.46º31.1%40.98%-
HSV(B)150.46º47.45%53.73%-
XYZ14.1720.2916.53-
YUV113.92122.9798.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=22.93%
G=43.63%
B=33.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371050.4700.230.46150.4631.140.98
Hex4889692F0172E961f29
Octal11021115157027562263751
Binary10010001000100111010011011110101111011101001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488969; }

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

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

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

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

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

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

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

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