#3C8165

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

Shades of Viridian #3C8165

Tints of Viridian #3C8165

Color information

#3C8165 (or 0x3C8165) is unknown color: approx Viridian. HEX triplet: 3C, 81 and 65. RGB value is (60,129,101). Sum of RGB (Red+Green+Blue) = 60+129+101=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #3C8165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8165 is #C37E9A. Grayscale: #696969. Windows color (decimal): -12811931 or 6652220. OLE color: 6652220.

HSL color Cylindrical-coordinate representation of color #3C8165: hue angle of 155.65º 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 #3C8165 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB60129101-
CMYK0.5300.220.49
HSL155.65º36.51%37.06%-
HSV(B)155.65º53.49%50.59%-
XYZ12.0617.615.07-
YUV105.18125.6495.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=20.69%
G=44.48%
B=34.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal601291010.5300.220.49155.6536.5137.06
Hex3C816535016319c2525
Octal7420114565026612344545
Binary11110010000001110010111010101011011000110011100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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