#5A635F

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

Shades of Viridian Green #5A635F

Tints of Viridian Green #5A635F

Color information

#5A635F (or 0x5A635F) is unknown color: approx Viridian Green. HEX triplet: 5A, 63 and 5F. RGB value is (90,99,95). Sum of RGB (Red+Green+Blue) = 90+99+95=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5A635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A635F is #A59CA0. Grayscale: #5F5F5F. Windows color (decimal): -10853537 or 6251354. OLE color: 6251354.

HSL color Cylindrical-coordinate representation of color #5A635F: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A635F is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB909995-
CMYK0.0900.040.61
HSL153.33º4.76%37.06%-
HSV(B)153.33º9.09%38.82%-
XYZ10.7411.9212.56-
YUV95.85127.52123.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=31.69%
G=34.86%
B=33.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9099950.0900.040.61153.334.7637.06
Hex5A635F9043D99525
Octal132143137110475231545
Binary1011010110001110111111001010011110110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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