#3C8764

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

Shades of Viridian #3C8764

Tints of Viridian #3C8764

Color information

#3C8764 (or 0x3C8764) is unknown color: approx Viridian. HEX triplet: 3C, 87 and 64. RGB value is (60,135,100). Sum of RGB (Red+Green+Blue) = 60+135+100=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8764 is #C3789B. Grayscale: #6C6C6C. Windows color (decimal): -12810396 or 6588220. OLE color: 6588220.

HSL color Cylindrical-coordinate representation of color #3C8764: hue angle of 152º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8764 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB60135100-
CMYK0.5600.260.47
HSL152º38.46%38.24%-
HSV(B)152º55.56%52.94%-
XYZ12.8319.2115.09-
YUV108.58123.1593.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=20.34%
G=45.76%
B=33.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601351000.5600.260.4715238.4638.24
Hex3C87643801A2F982626
Octal7420714470032572304646
Binary11110010000111110010011100001101010111110011000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,135,100); }

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

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

 a { background-color: rgb(60,135,100); }

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

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

 span { border-color: rgb(60,135,100); }

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