#3C846F

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

Shades of Viridian #3C846F

Tints of Viridian #3C846F

Color information

#3C846F (or 0x3C846F) is unknown color: approx Viridian. HEX triplet: 3C, 84 and 6F. RGB value is (60,132,111). Sum of RGB (Red+Green+Blue) = 60+132+111=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #3C846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C846F is #C37B90. Grayscale: #6C6C6C. Windows color (decimal): -12811153 or 7308348. OLE color: 7308348.

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

Color convert

RGB60132111-
CMYK0.5500.160.48
HSL162.5º37.5%37.65%-
HSV(B)162.5º54.55%51.76%-
XYZ12.9818.6117.95-
YUV108.08129.6593.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=19.80%
G=43.56%
B=36.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601321110.5500.160.48162.537.537.65
Hex3C846F3701030a22626
Octal7420415767020602424646
Binary11110010000100110111111011101000011000010100010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,111); }

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

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

 a { background-color: rgb(60,132,111); }

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

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

 span { border-color: rgb(60,132,111); }

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