#488769

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

Shades of Viridian #488769

Tints of Viridian #488769

Color information

#488769 (or 0x488769) is unknown color: approx Viridian. HEX triplet: 48, 87 and 69. RGB value is (72,135,105). Sum of RGB (Red+Green+Blue) = 72+135+105=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #488769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488769 is #B77896. Grayscale: #707070. Windows color (decimal): -12023959 or 6915912. OLE color: 6915912.

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

Color convert

RGB72135105-
CMYK0.4700.220.47
HSL151.43º30.43%40.59%-
HSV(B)151.43º46.67%52.94%-
XYZ13.8919.7316.44-
YUV112.74123.6398.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=23.08%
G=43.27%
B=33.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721351050.4700.220.47151.4330.4340.59
Hex4887692F0162F971e29
Octal11020715157026572273651
Binary10010001000011111010011011110101101011111001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488769; }

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

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

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

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

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

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

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

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