#488768

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

Shades of Viridian #488768

Tints of Viridian #488768

Color information

#488768 (or 0x488768) is unknown color: approx Viridian. HEX triplet: 48, 87 and 68. RGB value is (72,135,104). Sum of RGB (Red+Green+Blue) = 72+135+104=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #488768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488768 is #B77897. Grayscale: #707070. Windows color (decimal): -12023960 or 6850376. OLE color: 6850376.

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

Color convert

RGB72135104-
CMYK0.4700.230.47
HSL150.48º30.43%40.59%-
HSV(B)150.48º46.67%52.94%-
XYZ13.8419.7116.17-
YUV112.63123.1399.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=23.15%
G=43.41%
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.47
SystemRedGreenBlueCMYKHSL
Decimal721351040.4700.230.47150.4830.4340.59
Hex4887682F0172F961e29
Octal11020715057027572263651
Binary10010001000011111010001011110101111011111001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488768; }

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

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

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

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

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

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

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

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