#488967

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

Shades of Viridian #488967

Tints of Viridian #488967

Color information

#488967 (or 0x488967) is unknown color: approx Viridian. HEX triplet: 48, 89 and 67. RGB value is (72,137,103). Sum of RGB (Red+Green+Blue) = 72+137+103=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #488967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488967 is #B77698. Grayscale: #717171. Windows color (decimal): -12023449 or 6785352. OLE color: 6785352.

HSL color Cylindrical-coordinate representation of color #488967: hue angle of 148.62º 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 #488967 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB72137103-
CMYK0.4700.250.46
HSL148.62º31.1%40.98%-
HSV(B)148.62º47.45%53.73%-
XYZ14.0720.2516-
YUV113.69121.9798.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=23.08%
G=43.91%
B=33.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371030.4700.250.46148.6231.140.98
Hex4889672F0192E951f29
Octal11021114757031562253751
Binary10010001000100111001111011110110011011101001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488967; }

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

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

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

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

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

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

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

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