#3CAB50

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

Shades of Chateau Green #3CAB50

Tints of Chateau Green #3CAB50

Color information

#3CAB50 (or 0x3CAB50) is unknown color: approx Chateau Green. HEX triplet: 3C, AB and 50. RGB value is (60,171,80). Sum of RGB (Red+Green+Blue) = 60+171+80=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAB50 is #C354AF. Grayscale: #7F7F7F. Windows color (decimal): -12801200 or 5286716. OLE color: 5286716.

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

Color convert

RGB6017180-
CMYK0.6500.530.33
HSL130.81º48.05%45.29%-
HSV(B)130.81º64.91%67.06%-
XYZ17.8730.6712.57-
YUV127.44101.2379.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=19.29%
G=54.98%
B=25.72%

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
Decimal60171800.6500.530.33130.8148.0545.29
Hex3CAB50410352183302d
Octal74253120101065412036055
Binary1111001010101110100001000001011010110000110000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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