#487362

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

Shades of Viridian #487362

Tints of Viridian #487362

Color information

#487362 (or 0x487362) is unknown color: approx Viridian. HEX triplet: 48, 73 and 62. RGB value is (72,115,98). Sum of RGB (Red+Green+Blue) = 72+115+98=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #487362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487362 is #B78C9D. Grayscale: #646464. Windows color (decimal): -12029086 or 6452040. OLE color: 6452040.

HSL color Cylindrical-coordinate representation of color #487362: hue angle of 156.28º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487362 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB7211598-
CMYK0.3700.150.55
HSL156.28º22.99%36.67%-
HSV(B)156.28º37.39%45.1%-
XYZ11.0114.5213.78-
YUV100.2126.75107.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=25.26%
G=40.35%
B=34.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115980.3700.150.55156.2822.9936.67
Hex487362250F379c1725
Octal11016314245017672342745
Binary100100011100111100010100101011111101111001110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487362; }

 p { color: rgb(72,115,98); }

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

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

 a { background-color: rgb(72,115,98); }

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

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

 span { border-color: rgb(72,115,98); }

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