#3C816A

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

Shades of Viridian #3C816A

Tints of Viridian #3C816A

Color information

#3C816A (or 0x3C816A) is unknown color: approx Viridian. HEX triplet: 3C, 81 and 6A. RGB value is (60,129,106). Sum of RGB (Red+Green+Blue) = 60+129+106=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #3C816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C816A is #C37E95. Grayscale: #696969. Windows color (decimal): -12811926 or 6979900. OLE color: 6979900.

HSL color Cylindrical-coordinate representation of color #3C816A: hue angle of 160º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C816A is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB60129106-
CMYK0.5300.180.49
HSL160º36.51%37.06%-
HSV(B)160º53.49%50.59%-
XYZ12.3217.716.4-
YUV105.75128.1495.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=20.34%
G=43.73%
B=35.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601291060.5300.180.4916036.5137.06
Hex3C816A3501231a02525
Octal7420115265022612404545
Binary11110010000001110101011010101001011000110100000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,106); }

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

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

 a { background-color: rgb(60,129,106); }

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

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

 span { border-color: rgb(60,129,106); }

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