#487969

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

Shades of Viridian #487969

Tints of Viridian #487969

Color information

#487969 (or 0x487969) is unknown color: approx Viridian. HEX triplet: 48, 79 and 69. RGB value is (72,121,105). Sum of RGB (Red+Green+Blue) = 72+121+105=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #487969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487969 is #B78696. Grayscale: #686868. Windows color (decimal): -12027543 or 6912328. OLE color: 6912328.

HSL color Cylindrical-coordinate representation of color #487969: hue angle of 160.41º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487969 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB72121105-
CMYK0.4000.130.53
HSL160.41º25.39%37.84%-
HSV(B)160.41º40.5%47.45%-
XYZ12.0616.0715.83-
YUV104.52128.27104.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=24.16%
G=40.60%
B=35.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211050.4000.130.53160.4125.3937.84
Hex487969280D35a01926
Octal11017115150015652403146
Binary100100011110011101001101000011011101011010000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487969; }

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

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

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

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

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

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

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

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