#487765

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

Shades of Viridian #487765

Tints of Viridian #487765

Color information

#487765 (or 0x487765) is unknown color: approx Viridian. HEX triplet: 48, 77 and 65. RGB value is (72,119,101). Sum of RGB (Red+Green+Blue) = 72+119+101=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #487765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487765 is #B7889A. Grayscale: #666666. Windows color (decimal): -12028059 or 6649672. OLE color: 6649672.

HSL color Cylindrical-coordinate representation of color #487765: hue angle of 157.02º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487765 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB72119101-
CMYK0.3900.150.53
HSL157.02º24.61%37.45%-
HSV(B)157.02º39.5%46.67%-
XYZ11.6215.5114.69-
YUV102.9126.93105.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=24.66%
G=40.75%
B=34.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191010.3900.150.53157.0224.6137.45
Hex487765270F359d1925
Octal11016714547017652353145
Binary100100011101111100101100111011111101011001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487765; }

 p { color: rgb(72,119,101); }

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

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

 a { background-color: rgb(72,119,101); }

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

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

 span { border-color: rgb(72,119,101); }

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