#3C8565

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

Shades of Viridian #3C8565

Tints of Viridian #3C8565

Color information

#3C8565 (or 0x3C8565) is unknown color: approx Viridian. HEX triplet: 3C, 85 and 65. RGB value is (60,133,101). Sum of RGB (Red+Green+Blue) = 60+133+101=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8565 is #C37A9A. Grayscale: #6B6B6B. Windows color (decimal): -12810907 or 6653244. OLE color: 6653244.

HSL color Cylindrical-coordinate representation of color #3C8565: hue angle of 153.7º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8565 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB60133101-
CMYK0.5500.240.48
HSL153.7º37.82%37.84%-
HSV(B)153.7º54.89%52.16%-
XYZ12.618.6815.25-
YUV107.52124.3294.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.41%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=20.41%
G=45.24%
B=34.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331010.5500.240.48153.737.8237.84
Hex3C856537018309a2626
Octal7420514567030602324646
Binary11110010000101110010111011101100011000010011010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,133,101); }

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

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

 a { background-color: rgb(60,133,101); }

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

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

 span { border-color: rgb(60,133,101); }

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