#3C8569

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

Shades of Viridian #3C8569

Tints of Viridian #3C8569

Color information

#3C8569 (or 0x3C8569) is unknown color: approx Viridian. HEX triplet: 3C, 85 and 69. RGB value is (60,133,105). Sum of RGB (Red+Green+Blue) = 60+133+105=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #3C8569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8569 is #C37A96. Grayscale: #6C6C6C. Windows color (decimal): -12810903 or 6915388. OLE color: 6915388.

HSL color Cylindrical-coordinate representation of color #3C8569: hue angle of 156.99º 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 #3C8569 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB60133105-
CMYK0.5500.210.48
HSL156.99º37.82%37.84%-
HSV(B)156.99º54.89%52.16%-
XYZ12.818.7616.31-
YUV107.98126.3293.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=20.13%
G=44.63%
B=35.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601331050.5500.210.48156.9937.8237.84
Hex3C856937015309d2626
Octal7420515167025602354646
Binary11110010000101110100111011101010111000010011101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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