#488767

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

Shades of Viridian #488767

Tints of Viridian #488767

Color information

#488767 (or 0x488767) is unknown color: approx Viridian. HEX triplet: 48, 87 and 67. RGB value is (72,135,103). Sum of RGB (Red+Green+Blue) = 72+135+103=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #488767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488767 is #B77898. Grayscale: #707070. Windows color (decimal): -12023961 or 6784840. OLE color: 6784840.

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

Color convert

RGB72135103-
CMYK0.4700.240.47
HSL149.52º30.43%40.59%-
HSV(B)149.52º46.67%52.94%-
XYZ13.7819.6815.91-
YUV112.52122.6399.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=23.23%
G=43.55%
B=33.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351030.4700.240.47149.5230.4340.59
Hex4887672F0182F961e29
Octal11020714757030572263651
Binary10010001000011111001111011110110001011111001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488767; }

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

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

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

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

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

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

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

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