#488374

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

Shades of Viridian #488374

Tints of Viridian #488374

Color information

#488374 (or 0x488374) is unknown color: approx Viridian. HEX triplet: 48, 83 and 74. RGB value is (72,131,116). Sum of RGB (Red+Green+Blue) = 72+131+116=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #488374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488374 is #B77C8B. Grayscale: #6F6F6F. Windows color (decimal): -12024972 or 7635784. OLE color: 7635784.

HSL color Cylindrical-coordinate representation of color #488374: hue angle of 164.75º 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 #488374 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB72131116-
CMYK0.4500.110.49
HSL164.75º29.06%39.8%-
HSV(B)164.75º45.04%51.37%-
XYZ13.9418.8719.43-
YUV111.65130.4599.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=22.57%
G=41.07%
B=36.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721311160.4500.110.49164.7529.0639.8
Hex4883742D0B31a51d28
Octal11020316455013612453550
Binary1001000100000111110100101101010111100011010010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488374; }

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

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

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

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

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

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

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

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