#487A64

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

Shades of Viridian #487A64

Tints of Viridian #487A64

Color information

#487A64 (or 0x487A64) is unknown color: approx Viridian. HEX triplet: 48, 7A and 64. RGB value is (72,122,100). Sum of RGB (Red+Green+Blue) = 72+122+100=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #487A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A64 is #B7859B. Grayscale: #686868. Windows color (decimal): -12027292 or 6584904. OLE color: 6584904.

HSL color Cylindrical-coordinate representation of color #487A64: hue angle of 153.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A64 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB72122100-
CMYK0.4100.180.52
HSL153.6º25.77%38.04%-
HSV(B)153.6º40.98%47.84%-
XYZ11.9316.2214.56-
YUV104.54125.44104.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=24.49%
G=41.50%
B=34.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721221000.4100.180.52153.625.7738.04
Hex487A6429012349a1a26
Octal11017214451022642323246
Binary1001000111101011001001010010100101101001001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487A64; }

 p { color: rgb(72,122,100); }

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

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

 a { background-color: rgb(72,122,100); }

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

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

 span { border-color: rgb(72,122,100); }

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