#5C6360

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

Shades of Viridian Green #5C6360

Tints of Viridian Green #5C6360

Color information

#5C6360 (or 0x5C6360) is unknown color: approx Viridian Green. HEX triplet: 5C, 63 and 60. RGB value is (92,99,96). Sum of RGB (Red+Green+Blue) = 92+99+96=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6360 is #A39C9F. Grayscale: #606060. Windows color (decimal): -10722464 or 6316892. OLE color: 6316892.

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

Color convert

RGB929996-
CMYK0.0700.030.61
HSL154.29º3.66%37.45%-
HSV(B)154.29º7.07%38.82%-
XYZ10.9912.0412.81-
YUV96.56127.68124.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 96 (37.89% from 255) = 33.45%
R=32.06%
G=34.49%
B=33.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299960.0700.030.61154.293.6637.45
Hex5C63607033D9a425
Octal13414314070375232445
Binary10111001100011110000011101111110110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,99,96); }

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

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

 a { background-color: rgb(92,99,96); }

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

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

 span { border-color: rgb(92,99,96); }

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