#3caa50

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

Shades of Chateau Green #3CAA50

Tints of Chateau Green #3CAA50

Color information

#3CAA50 (or 0x3CAA50) is unknown color: approx Chateau Green. HEX triplet: 3C, AA and 50. RGB value is (60,170,80). Sum of RGB (Red+Green+Blue) = 60+170+80=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA50 is #C355AF. Grayscale: #7F7F7F. Windows color (decimal): -12801456 or 5286460. OLE color: 5286460.

HSL color Cylindrical-coordinate representation of color #3CAA50: hue angle of 130.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA50 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB6017080-
CMYK0.6500.530.33
HSL130.91º47.83%45.1%-
HSV(B)130.91º64.71%66.67%-
XYZ17.6930.2912.5-
YUV126.85101.5680.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 170 (66.80% from 255) = 54.84%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=19.35%
G=54.84%
B=25.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60170800.6500.530.33130.9147.8345.1
Hex3CAA50410352183302d
Octal74252120101065412036055
Binary1111001010101010100001000001011010110000110000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3caa50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,170,80); }

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

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

 a { background-color: rgb(60,170,80); }

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

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

 span { border-color: rgb(60,170,80); }

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