#5A655F

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

Shades of Viridian Green #5A655F

Tints of Viridian Green #5A655F

Color information

#5A655F (or 0x5A655F) is unknown color: approx Viridian Green. HEX triplet: 5A, 65 and 5F. RGB value is (90,101,95). Sum of RGB (Red+Green+Blue) = 90+101+95=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 101 - color contains mainly: green. Hex color #5A655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A655F is #A59AA0. Grayscale: #616161. Windows color (decimal): -10853025 or 6251866. OLE color: 6251866.

HSL color Cylindrical-coordinate representation of color #5A655F: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A655F is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB9010195-
CMYK0.1100.060.60
HSL147.27º5.76%37.45%-
HSV(B)147.27º10.89%39.61%-
XYZ10.9412.3112.63-
YUV97.03126.86122.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=31.47%
G=35.31%
B=33.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101950.1100.060.60147.275.7637.45
Hex5A655FB063C93625
Octal132145137130674223645
Binary1011010110010110111111011011011110010010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A655F; }

 p { color: rgb(90,101,95); }

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

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

 a { background-color: rgb(90,101,95); }

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

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

 span { border-color: rgb(90,101,95); }

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