#3C7563

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

Shades of Viridian #3C7563

Tints of Viridian #3C7563

Color information

#3C7563 (or 0x3C7563) is unknown color: approx Viridian. HEX triplet: 3C, 75 and 63. RGB value is (60,117,99). Sum of RGB (Red+Green+Blue) = 60+117+99=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7563 is #C38A9C. Grayscale: #616161. Windows color (decimal): -12815005 or 6518076. OLE color: 6518076.

HSL color Cylindrical-coordinate representation of color #3C7563: hue angle of 161.05º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C7563 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB6011799-
CMYK0.4900.150.54
HSL161.05º32.2%34.71%-
HSV(B)161.05º48.72%45.88%-
XYZ10.4814.5814.07-
YUV97.9128.62100.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=21.74%
G=42.39%
B=35.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117990.4900.150.54161.0532.234.71
Hex3C7563310F36a12023
Octal7416514361017662414043
Binary111100111010111000111100010111111011010100001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C7563; }

 p { color: rgb(60,117,99); }

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

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

 a { background-color: rgb(60,117,99); }

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

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

 span { border-color: rgb(60,117,99); }

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