#3C765F

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

Shades of Viridian #3C765F

Tints of Viridian #3C765F

Color information

#3C765F (or 0x3C765F) is unknown color: approx Viridian. HEX triplet: 3C, 76 and 5F. RGB value is (60,118,95). Sum of RGB (Red+Green+Blue) = 60+118+95=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3C765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C765F is #C389A0. Grayscale: #626262. Windows color (decimal): -12814753 or 6256188. OLE color: 6256188.

HSL color Cylindrical-coordinate representation of color #3C765F: hue angle of 156.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C765F is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6011895-
CMYK0.4900.190.54
HSL156.21º32.58%34.9%-
HSV(B)156.21º49.15%46.27%-
XYZ10.4114.7413.12-
YUV98.04126.28100.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=21.98%
G=43.22%
B=34.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60118950.4900.190.54156.2132.5834.9
Hex3C765F31013369c2123
Octal7416613761023662344143
Binary1111001110110101111111000101001111011010011100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,95); }

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

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

 a { background-color: rgb(60,118,95); }

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

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

 span { border-color: rgb(60,118,95); }

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