#488369

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

Shades of Viridian #488369

Tints of Viridian #488369

Color information

#488369 (or 0x488369) is unknown color: approx Viridian. HEX triplet: 48, 83 and 69. RGB value is (72,131,105). Sum of RGB (Red+Green+Blue) = 72+131+105=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #488369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488369 is #B77C96. Grayscale: #6E6E6E. Windows color (decimal): -12024983 or 6914888. OLE color: 6914888.

HSL color Cylindrical-coordinate representation of color #488369: hue angle of 153.56º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488369 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB72131105-
CMYK0.4500.200.49
HSL153.56º29.06%39.8%-
HSV(B)153.56º45.04%51.37%-
XYZ13.3418.6316.26-
YUV110.39124.95100.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=23.38%
G=42.53%
B=34.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721311050.4500.200.49153.5629.0639.8
Hex4883692D014319a1d28
Octal11020315155024612323550
Binary10010001000001111010011011010101001100011001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488369; }

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

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

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

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

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

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

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

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